.blog-related-posts.ic-module{margin:40px 0}.blog-related-posts__wrapper{margin:0 auto}.blog-related-posts__title{margin-bottom:40px}.blog-related-posts__listing-wrapper{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.blog-related-posts__item{background:#f2f2f2;border-radius:2px;overflow:hidden;transition:.3s ease}.blog-related-posts__item:hover{box-shadow:0 5px 20px -5px rgba(0,0,0,.3)}.blog-related-posts__item-image{height:100%;max-height:200px;min-height:200px;object-fit:cover;width:100%}.blog-related-posts__item-heading{padding:20px}.blog-related-posts__item-heading .meta-categories{margin:10px 0}.blog-related-posts__item-heading .blog-related-posts__item-category{color:#333;font-size:14px;margin:5px 5px 5px 0;text-decoration:none}.blog-related-posts__item-title{color:#666;text-decoration:none}@media(max-width:575px){.blog-related-posts__listing-wrapper{grid-template-columns:1fr}}