.featured-card{border-radius:var(--border-radius-images);background:var(--color-white);position:relative;overflow:hidden}.featured-card__image-wrapper{position:relative;height:100%;width:100%;margin-bottom:0}@media screen and (min-width: 1024px){.featured-card__image-wrapper{aspect-ratio:16/9}}.featured-card__image{width:100%;height:100%;object-fit:cover;min-height:210px;aspect-ratio:16/9}@media screen and (min-width: 1024px){.featured-card__image{position:absolute;top:0;left:0;right:0;bottom:0}}.featured-card__content{border-radius:0 var(--border-radius-images);padding:var(--grid-col-gutter);background-color:var(--color-white)}.featured-card__content>*{margin-top:10px;margin-bottom:0}.featured-card__content>*:first-child{margin-top:0}@media screen and (min-width: 1024px){.featured-card__content{position:absolute;bottom:0;left:0;width:50%}}.featured-card__content h2+*,.featured-card__content h3+*,.featured-card__content h4+*{margin-top:5px}.featured-card--right .featured-card__content{right:0;left:initial;border-radius:var(--border-radius-images) 0}
