.recent_post_listing{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.recent_post_listing .recent_article{background:#fff;border-radius:4px;box-shadow:0 4px 20px 0 rgba(60,71,87,.16)}.recent_post_listing .recent_image{border-radius:4px 4px 0 0;height:190px;overflow:hidden;width:100%}.recent_post_listing .recent_image img{height:100%!important;object-fit:cover;transition:all 2s ease;width:100%!important}.recent_post_listing .recent_article:hover .recent_image img{transform:scale(1.3)}.recent_post_listing .recent_post_content{padding:20px}.recent_post_listing .recent_post_blog_name{color:#3d3d3c;font-size:15px;font-weight:400;line-height:24px;margin-bottom:16px;text-transform:uppercase}.recent_post_listing .recent_post_title{color:#3d3d3c;font-size:24px;font-style:normal;font-weight:600;line-height:32px;margin:0}@media (max-width:868px){.recent_post_listing{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.recent_post_listing{grid-template-columns:repeat(1,1fr)}}