.hero__container{min-height:25rem;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.hero__inner{width:calc(50% - 1rem)}.hero__inner--image{text-align:right}.hero__text{max-width:45rem}.hero__img{max-height:25rem;width:100%;object-fit:contain;float:right}.hero__img-iefix{background:no-repeat 50% 50%/contain;padding-bottom:50%}@media only screen and (max-width:767px){.hero__inner{width:100%;display:flex;justify-content:center;margin:1.5rem 0}}