.container-hero{height:90vh;background:linear-gradient(180deg,#849DD7,#455371)}.container-hero,.container-hero .wrapper-hero{position:relative;display:flex;align-items:center}.container-hero .wrapper-hero{text-align:center;flex-direction:column;justify-content:center;margin:0 auto;gap:1rem}.container-hero .wrapper-hero .hero-text{display:flex;flex-direction:column;gap:1rem;color:#fff}.container-hero .wrapper-hero .hero-text h1{font-size:clamp(2rem,5vw,3rem)}.container-hero .wrapper-hero .hero-text p{font-size:clamp(1rem,3vw,1.2rem);max-width:900px;margin:0 auto}.container-hero .wrapper-hero .hero-text .button-container{display:flex;justify-content:center;align-items:center;gap:1rem}.container-hero .hero-img{position:relative;width:15rem}.container-hero .hero-img img{position:static!important;object-fit:cover;width:100%;height:100%}@media(min-width:768px){.container-hero .wrapper-hero{align-items:center;justify-content:space-between;flex-direction:row;text-align:left}.container-hero .wrapper-hero .hero-text{gap:2rem}.container-hero .wrapper-hero .hero-text h1{color:#fff}.container-hero .wrapper-hero .hero-text p{font-size:1.25rem}.container-hero .wrapper-hero .hero-text .button-container{display:flex;gap:1rem;justify-content:flex-start}.container-hero .wrapper-hero .hero-img{width:50%}}