.hero{align-items:center;display:flex;justify-content:space-between}.hero__text{flex:0 1 45%}.hero__image{aspect-ratio:1/1;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border-top-left-radius:50%;border-top-right-radius:50%;flex:0 1 45%}@media screen and (max-width:767px){.hero{flex-wrap:wrap}.hero__text{flex:0 1 100%;order:2;padding-bottom:3rem}.hero__image{flex:0 1 100%;margin-bottom:2rem;order:1}}