.featured-post{display:grid;grid-gap:var(--gap-lg);background-color:var(--light-blue);border-radius:var(--border-radius-lg);padding:2.4rem}.featured-post__content{display:grid;grid-gap:var(--gap);justify-items:start}.featured-post__image{border-radius:var(--border-radius);overflow:hidden}.featured-post__image>img{aspect-ratio:4/3;height:auto;object-fit:cover;width:100%}.featured-post__title a{color:var(--base-color)}@media (min-width:768px){.featured-post{grid-auto-flow:dense;grid-template-columns:repeat(2,1fr);grid-gap:var(--gap-xl);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.featured-post--default .featured-post__image,.featured-post--reverse .featured-post__image{grid-column-end:-1}.featured-post{padding:5.8rem}}