.articles-grid{display:flex;flex-direction:column;justify-content:center;text-align:left}.articles-grid article{padding:10px}.articles-grid article a{line-height:2}.articles-grid article a img{margin-bottom:10px;object-fit:cover;max-height:340px;aspect-ratio:16/9}.articles-grid article a h2{font-size:15px;font-weight:600}.articles-grid article a p{margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media(min-width: 769px){.articles-grid{flex-direction:row;flex-wrap:wrap}.articles-grid article{width:50%}}@media(min-width: 1025px){.articles-grid article{width:33%}}