.blog-related-posts{padding:60px 0}.blog-related-posts .blog_listing{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.blog-related-posts .blog_listing .feature_article{background:#fff;border:1px solid #ced3da;border-radius:10px;display:flex;flex-direction:column;transition:all .3s ease}.blog-related-posts .blog_listing .blog_article:hover{box-shadow:0 5px 16px -5px #00000047}.blog-related-posts .blog_listing .blog_image{border-radius:10px 10px 0 0;height:200px;margin:0;overflow:hidden;width:100%}.blog-related-posts .blog_listing .blog_image img{height:100%;object-fit:cover;width:100%}.blog-related-posts .blog_listing .blog_content{padding:24px 24px 0}.blog-related-posts .blog_listing a{text-decoration:none}.blog-related-posts .blog_listing .read_more{align-items:center;color:#6178eb;display:flex;font-size:18px;font-weight:600;gap:10px;margin-top:auto;padding:0 24px 24px;text-decoration:none}.blog-related-posts .blog_listing .read_more:hover{color:#f1cc54}.blog-related-posts .blog_listing .read_more:hover svg{fill:#f1cc54}@media (max-width:920px){.blog-related-posts .blog_listing{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.blog-related-posts .blog_listing{grid-template-columns:1fr}}