.recent_posts__row{display:grid;gap:60px 40px;grid-template-columns:repeat(3,1fr)}.recent_posts__heading{margin-bottom:40px;text-align:center}@media(max-width:992px){.recent_posts__row{gap:30px;grid-template-columns:repeat(2,1fr)}.recent_posts__heading{margin-bottom:30px}}@media(max-width:768px){.recent_posts__row{grid-template-columns:repeat(1,1fr)}}