.featured-card{border-radius:12px;height:400px;overflow:hidden;position:relative;transition:all .2s ease-in-out;width:100%;z-index:0}.featured-card:hover{transform:scale(1.02)}.featured-card__img{height:100%;object-fit:cover;position:absolute;width:100%;z-index:-1}.featured-card__body{background:rgba(84,91,66,.5);display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:20px;width:100%}.featured-card__body .preheader,.featured-card__desc,.featured-card__title{color:var(--white);margin-bottom:.6667rem}.featured-card__body .preheader{font-size:.7222rem}.featured-card__title{font-size:1.3333rem}.featured-card__desc{font-size:.7778rem}@media (min-width:640px){.featured-card__body{padding:1.3333rem 4.4444rem 1.3333rem 1.3333rem}}