.hero{align-items:center;display:flex;justify-content:space-between}.hero__text{flex:0 1 45%}.hero__image{aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%;flex:0 1 45%;overflow:hidden;position:relative}.hero__image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@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}}