.articles-container{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1280px}.single-article{border-radius:16px;display:flex;flex-direction:column;max-width:30%}.single-article p{line-height:29px}@media(max-width:1023px) and (min-width:768px){.articles-container{gap:10%;justify-content:center;margin:auto;max-width:80%}.single-article{max-width:45%}}@media(max-width:767px){.single-article{max-width:100%}.articles-container{gap:0;padding:0 20px;width:100%}}