.hero{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-24x);justify-content:space-between}.hero--tag{justify-content:center}.hero .preheader,.hero__heading{margin-bottom:var(--spacing-3x)}.hero__description{color:var(--text-light)}.hero__image img{border-radius:var(--radius-md);display:block;height:auto;width:100%}@media (min-width:1050px){.hero{flex-direction:row}.hero__content{flex:1 1 541px}.hero__image{flex:1 1 629px}}@media (max-width:1024px){.hero{gap:var(--spacing-8x)}.hero__content,.hero__image{max-width:100%;text-align:left;width:100%}.hero__image{height:600px}.hero__image img{height:100%;object-fit:cover;width:100%}}@media (max-width:820px){.hero__image{height:500px}}@media (max-width:640px){.hero__image{height:300px}}