.hero{justify-content:center;flex-direction:column}.hero,.hero_container{width:100%;display:flex;align-items:center}.hero_container{height:500px;justify-content:space-around;padding:0 20px;background-image:url("/images/glow card pics-06.png");background-repeat:no-repeat;background-size:cover}.hero_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;width:100%;color:#fff}.hero_content h1{font-size:2.2rem;font-weight:700;width:400px}.hero_content p{font-weight:700;width:95%;max-width:450px}.hero_content a,.hero_content p{font-size:1.2rem;transition:.3s ease}.hero_content a{border:1px solid #fff;padding:3px 10px;border-radius:10px;width:150px;text-align:center}.hero_content a:hover{background-color:#fff;color:#001f3f}.hero_container>img{margin-top:3rem}@media (max-width:768px){.hero{height:auto;margin-top:4.5rem}.hero_container{flex-direction:column;align-items:center;padding:1rem 0;height:400px}.hero_container>img{width:220px;height:auto}.hero_content{align-items:center;text-align:center;margin-bottom:1rem;gap:1rem}.hero_content h1{text-align:center;font-size:1.8rem;width:100%}.hero_container>img{margin-top:0}}@media (max-width:589px){.hero_container{height:350px}}@media (max-width:390px){.hero_container{height:250px}}