:root{--hero-height:50rem}.hero-rebranding{display:flex;flex-direction:row;height:var(--hero-height);width:100%;@media only screen and (max-width:768px){flex-direction:column-reverse}}.hero-rebranding .hero__background{all:unset;align-items:center;background-color:var(--background-brand-purple);display:flex;height:var(--hero-height);justify-content:center;width:50%;@media only screen and (max-width:768px){height:var(--hero-height);width:100%}}.hero-rebranding .hero__background img{height:100%;object-fit:cover;width:100%}.hero-rebranding .hero__content{all:unset;align-items:center;background-color:var(--background-brand-purple);color:var(--text-brand-blue);display:flex;height:var(--hero-height);justify-content:center;width:50%;@media only screen and (max-width:768px){height:auto;width:100%}}@media only screen and (max-width:768px){.hero-rebranding .hero__content .container{margin:calc(var(--container-padding)*2) 0}}