.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{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px}.blog-related-posts__item{background:#f2f2f2;border-radius:2px;transition:.3s ease;overflow:hidden}.blog-related-posts__item:hover{box-shadow:0 5px 20px -5px rgba(0,0,0,.3)}.blog-related-posts__item-image{width:100%;height:100%;min-height:200px;max-height:200px;object-fit:cover}.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;text-decoration:none;margin:5px 5px 5px 0}.blog-related-posts__item-title{color:#666;text-decoration:none}@media(max-width:575px){.blog-related-posts__listing-wrapper{grid-template-columns:1fr}}