.blog-post-listing{display:flex;gap:20px;justify-content:space-between;width:100%}.blog-post-listing .blog_article{backdrop-filter:blur(24px);background:radial-gradient(179.27% 141.25% at -4.91% 4.48%,rgba(150,243,205,0) 0,rgba(89,198,206,.21) 53.13%,rgba(89,198,206,0) 100%);border:1px solid hsla(0,0%,100%,.3);border-radius:16px;flex:1;padding:16px}.blog-post-listing .blog_article .blog_image{border-radius:8px;height:156px;margin-bottom:16px;overflow:hidden;width:auto}.blog-post-listing .blog_article .blog_image img{height:100%;object-fit:cover;width:100%}.blog-post-listing .blog_title,.blog-post-listing .blog_title a{color:#0e3c5a;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:16px}.blog-post-listing .blog-post-tags{display:flex;flex-wrap:wrap;margin-bottom:16px}.blog-post-listing .blog-post-tags .blog-tag-link{color:#1c8fbf;font-size:12px;font-weight:400;line-height:150%;text-transform:uppercase}.blog-post-listing .blog-description{color:#0c1124;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:16px}@media (max-width:868px){.blog-post-listing{flex-direction:column}}