.hero-wrapper{width:100%;height:60vh;margin-top:100px;background-size:cover;background-repeat:no-repeat;background-position:50%;overflow:hidden;position:relative}.hero-background-overlay{width:100%;height:100%;background-color:#000;opacity:.3;position:absolute;top:0;left:0}.hero-container{width:100%;max-width:1440px;height:100%;position:relative;margin:0 auto;padding:0 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.hero-h1{font-size:50px;line-height:55px;letter-spacing:1.5px}.hero-h1,.hero-p{text-align:center}.hero-p{width:60%;font-size:24px;line-height:30px;margin-bottom:0}@media (max-width:767px){.hero-wrapper{min-height:50vh;height:fit-content}.hero-container{padding:50px 25px}.hero-h1{font-size:40px;line-height:48px}.hero-p{width:75%;font-size:24px;line-height:28px}}