.related-posts{grid-gap:1.2rem 2.4rem;display:grid;grid-template-columns:1fr;width:100%}.related-posts-title{grid-column:1/-1;margin-bottom:0}.related-blog-item{align-items:center;background-color:#f2f2f2;display:flex;filter:drop-shadow(0 3px 6px rgba(0,0,0,.15));flex-flow:row nowrap;justify-content:flex-start;padding:1.2rem}.featured-image-wrapper{aspect-ratio:1/1;border-radius:.3rem;flex:0 0 8rem;height:8rem;margin-right:1.2rem;width:8rem}.featured-image-wrapper img{height:100%;object-fit:cover;width:100%}.related-blog-title{color:#333}@media screen and (max-width:1024px){.related-posts{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.related-posts{grid-template-columns:1fr}}