.hero-container{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;min-height:600px;margin:0 1.5rem;display:flex}@media screen and (min-width:768px){.hero-container{border-radius:1rem}}@media screen and (max-width:767px){.hero-container{border-radius:0;margin:0}}.hero-text{text-wrap:wrap;flex-direction:column;gap:1rem;margin:3rem 1rem;display:flex}@media screen and (max-width:480px){.hero-text h1{width:100%;font-size:3rem}}@media screen and (min-width:481px){.hero-text h1{width:75%;font-size:4rem}}@media screen and (min-width:481px){.hero-text p{font-size:1.25rem}}.subtitle-text{width:80%}.hero-button{justify-self:flex-end;margin:1rem}
