.hero{min-height:0;display:flex;flex-direction:column}
.hero-image{position:relative;order:1;height:485px}
.hero-image:after{display:none}
.hero-panel{order:2;top:auto;left:auto;width:min(740px,calc(100% - 64px));margin:-45px auto 0;padding:38px 45px 43px}
.hero-panel h1{font-size:clamp(2.35rem,3.9vw,3.6rem)}
@media(max-width:700px){.hero-image{height:290px}.hero-panel{width:auto;margin:-20px 16px 0;padding:31px 25px 35px}}
@media(max-width:480px){.hero-image{height:250px}.hero-panel{padding:27px 19px 30px}}
@media(max-width:350px){.hero-panel{margin-left:12px;margin-right:12px}.hero-panel h1{font-size:2rem}}
