.related-posts{display:grid;grid-template-columns:1fr;width:100%;grid-gap:12px 24px}.related-posts-title{grid-column:1/-1;margin:0;text-align:center;text-transform:uppercase;width:100%}.related-blog-item{align-items:center;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.15);display:flex;flex-flow:row nowrap;justify-content:flex-start;padding:12px}.related-blog-item:hover{background-color:rgba(88,89,91,.05)}.featured-image-wrapper{aspect-ratio:1/1;border-radius:3px;flex:0 0 80px;height:80px;margin-right:12px;width:80px}.featured-image-wrapper img{height:100%;object-fit:cover;width:100%}.related-blog-title{color:#58595b}@media screen and (max-width:992px){.related-posts{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.related-posts{grid-template-columns:1fr}}