.hero-container{background-position:100% 100%;background-repeat:no-repeat;background-size:cover;height:auto;overflow:hidden}.hero-container .page-container{height:100%}.hero-inner-container{display:flex;flex-direction:column;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.hero-img-container{align-items:flex-end;display:flex;justify-content:center}.hero-img-container img{height:auto;max-width:100%;width:100%}.hero-content{margin-top:3rem;padding-bottom:3rem}.hero-content h1{font-weight:700}.hero-content p{font-size:1.3rem;font-weight:300;margin-bottom:1rem!important}.hero-btn-container a{border:2px solid #931d4d;border-radius:8px;color:#931d4d;padding:5px 20px;text-decoration:none;-webkit-transition:color .3s ease,background-color .3s ease;-o-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.hero-btn-container{display:flex;flex-direction:column;gap:1rem}.hero-btn-container>div{display:flex}.hero-btn-container a:hover{background-color:#931d4d;color:#fff}@media (min-width:768px){.hero-inner-container{height:100%}.hero-content{display:flex;flex-direction:column;justify-content:center}}@media (min-width:1024px){.hero-container{height:700px}.hero-inner-container{display:grid;grid-template-columns:1fr 2fr}.hero-content{margin-top:0;padding-bottom:0}}