.hero-header{display:flex;justify-content:center;overflow:hidden;padding:10rem 0;position:relative;width:100%}.hero-image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.hero-content{color:#fff;max-width:1440px;padding:20px;position:relative;width:100%;z-index:2}.hero-content h1{font-size:var(--headline-size-desktop,82px);line-height:1;margin:0}.hero-content p{font-size:19px;line-height:28px;margin:0}@media (max-width:768px){.hero-content p{font-size:1rem}}.hero-header:after{background:rgba(0,0,0,.35);content:"";inset:0;position:absolute;z-index:1}@media (max-width:992px){.hero-content h1{font-size:var(--headline-size-tablet,57px)}}@media (max-width:768px){.hero-content h1{font-size:var(--headline-size-phone,29px)}}