.blog-post-listing{display:flex;gap:24px;justify-content:space-between}.blog-post-listing a{color:inherit;text-decoration:none}.blog-post-listing .blog_article{flex:1;transition:all .4s ease}.blog-post-listing .blog-post-title{padding-top:20px}.blog-post-listing .blog_article:hover .blog-post-title{text-decoration:underline;text-underline-offset:4px}.blog-post-listing .blog_article:hover .blog-post-image img{transform:scale(1.1)}.blog-post-listing .blog-post-image{border-radius:20px;height:232px;overflow:hidden;position:relative;width:100%}.blog-post-listing .blog-post-image img{height:100%!important;object-fit:cover;transition:all 3s ease;width:100%}.blog-post-listing .blog-post-tags{padding:30px 0 20px}.blog-post-listing .blog-tag-link{color:#000;font-size:18px;font-weight:500;line-height:120%}@media (max-width:868px){.blog-post-listing{flex-direction:column}}