.related-blog-posts{padding:80px 0;background-color:#eef1f5;position:relative}
.related-blog-posts .headings{max-width:100%;color:#b9bbbc}
.related-blog-posts .latest-posts{display:grid;grid-gap:50px;grid-auto-flow:row;max-width:400px;margin:0 auto}
@media(min-width:992px){.related-blog-posts .latest-posts{grid-gap:30px}
.related-blog-posts .latest-posts{max-width:100%;margin:initial;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
}@media(min-width:1200px){.related-blog-posts .latest-posts{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}
}