.featured-posts-wrapper{display:flex;gap:var(--spacing-6x);justify-content:space-between}.featured-post-main{flex:1 1 654px}.featured-posts{display:flex;flex:0 1 602px;flex-direction:column;gap:var(--spacing-4x)}.featured-post-main .blog-card{height:100%}.featured-posts .blog-card{display:grid;flex-grow:1;grid-template-columns:233px auto;width:100%}.featured-posts .blog-card__img{height:100%;width:233px}.featured-posts .blog-card__title{--font-size:var(--h6-font-size)}.featured-posts :is(.blog-card__read-time,.blog-card__description){displaY:none}@media (max-width:1024px){.featured-posts-wrapper{flex-direction:column}.featured-post-main,.featured-posts{flex:none}}@media (max-width:640px){.featured-posts .blog-card{display:flex;flex-direction:column}.featured-posts .blog-card__img{height:180px;width:100%}}