.hero{display:flex;flex-direction:column;justify-content:center;min-height:40vh;position:relative}.hero__background-image{height:100%;overflow:hidden;position:absolute;width:100%;z-index:-100}.hero__background-image img{min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero__inner{display:flex;flex-direction:column;gap:1rem;margin:5rem 2.5rem}@media only screen and (min-width:992px){.hero__inner{margin-left:50%;margin-block:7rem;max-width:72ch}}@media only screen and (min-width:1200px){.hero__inner{margin-block:10rem}}h1.hero__title{color:#fff;font-size:1.75rem}@media only screen and (min-width:768px){h1.hero__title{font-size:2.125rem}}h1.hero__title{font-weight:700;margin:0}.hero__content{color:#fff;font-size:1.5rem;line-height:1.4}.hero__action-links{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,18rem)}
