.related-posts__header{display:flex;justify-content:space-between;margin-bottom:40px}@media(max-width: 1024px){.related-posts__header{margin-bottom:20px}}.related-posts__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:60px}@media(max-width: 1599px){.related-posts__grid{gap:40px}}@media(max-width: 1024px){.related-posts__grid{gap:30px;grid-template-columns:repeat(1, 1fr)}}@media(max-width: 1024px){.related-posts__grid .article-card{flex-direction:row}}@media(max-width: 1024px){.related-posts__grid .article-card__inner{flex:0 0 63%;width:63%}}@media(max-width: 599px){.related-posts__grid .article-card__inner{flex:0 0 185px;width:185px}}.related-posts__grid .article-card__information{padding:12px 0 12px 12px}