.about-hero{background:var(--dark-green,#0b2c22);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex;position:relative}.about-hero__container{flex-direction:column;align-items:center;gap:80px;width:100%;max-width:1200px;display:flex}.about-hero__heading{color:var(--neon-green,#98ffb7);text-align:center;white-space:pre-wrap;max-width:544px;margin:0;font-family:Queens,serif;font-size:88px;font-weight:400;line-height:1}.about-hero__image-wrapper{border-radius:30px;width:100%;max-width:678px;height:365px;overflow:hidden}.about-hero__image{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:640px){.about-hero{min-height:auto;padding:40px 16px}.about-hero__container{gap:40px}.about-hero__heading{max-width:100%;font-size:40px}.about-hero__image-wrapper{border-radius:20px;height:240px}}@media (min-width:641px) and (max-width:1024px){.about-hero{padding:60px 20px}.about-hero__container{gap:60px}.about-hero__heading{max-width:480px;font-size:64px}.about-hero__image-wrapper{border-radius:25px;height:300px}}
