.hero-banner{--min-height:800px;align-items:center;background:#fff;display:flex;justify-content:center;min-height:var(--min-height);overflow:hidden;padding-bottom:40px;padding-top:40px;position:relative;width:100%}.hero-banner img{display:block;object-fit:cover;object-position:center;width:100%}.hero-banner-svg svg{height:100%;min-height:var(--min-height);position:absolute;right:0;top:0;width:100%}.hero-banner .content-wrapper{display:grid;gap:62px;grid-template-columns:1fr;position:relative;z-index:1}.hero-banner h4{margin:0 0 10px}.hero-banner-content{max-width:520px}.hero-banner-content h1{font-size:30px}@media screen and (min-width:768px){.hero-banner{padding-bottom:0;padding-top:0}.hero-banner .content-wrapper{grid-template-columns:1fr 1fr}.hero-banner-content h1{font-size:54px}}@media screen and (min-width:1024px){.hero-banner .content-wrapper{gap:124px}}@media screen and (min-width:1280px){.hero-banner .content-wrapper{grid-template-columns:1fr auto}}