@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);body{background-color:#f9f2e4;color:#0b243d}.hero-container{display:flex;justify-content:center;padding:60px 0;width:100%}.hero-wrapper{max-width:1400px;width:80%}.hero-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:500px}.hero-text{padding:30px;width:50%}.hero-text h1{font-size:2.7rem;line-height:1.2}.hero-text h1,.hero-text p{color:#0b243d;margin-bottom:20px}.hero-text p{font-size:1.1rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px}.hero-buttons button{background-color:#ffc845;border:none;border-radius:10px;color:#0b243d;cursor:pointer;font-weight:600;padding:14px 28px;transition:.3s ease}.hero-buttons button:hover{background-color:#e6b53e;transform:scale(1.05)}.hero-image{align-items:center;display:flex;justify-content:center;padding:30px;width:50%}.hero-image img{border-radius:8px;height:auto;max-width:100%}.sectionTwo{background-color:#0b243d;color:#fff}.sectionTwo .hero-text h1,.sectionTwo .hero-text p{color:#fff}@media (max-width:1024px){.hero-text h1{font-size:2.2rem}.hero-text p{font-size:1rem}.hero-buttons{align-items:flex-start;flex-direction:column}}@media (max-width:768px){.hero-content{flex-direction:column}.hero-image,.hero-text{padding:20px;text-align:center;width:100%}.hero-text h1,.hero-text p{max-width:100%}.hero-text h1{min-height:260px!important}.hero-buttons{align-items:center;justify-content:center}}*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:Poppins,sans-serif}
/*# sourceMappingURL=main.8a78e323.css.map*/