.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:100px 20px;position:relative;width:100%}.hero--has-background{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero--has-background:before{background:rgba(0,0,0,.35);content:"";inset:0;position:absolute}.hero__inner{margin:0 auto;max-width:1023px;position:relative;z-index:1}.hero h1{font-size:clamp(2.6rem,8vw,7.2rem);letter-spacing:.02em;line-height:1.05;margin-bottom:30px;text-transform:uppercase}.hero h1,.hero p{color:#fff;text-align:center}.hero p{font-size:clamp(1rem,1vw,1.2rem)}.hero .button{display:block;margin:30px auto 0;width:fit-content}@media screen and (max-width:767px){.hero{height:100%;justify-content:flex-start;min-height:auto}.hero p{margin:1.4rem auto 0}}