.who-hero {
    position: relative;
    padding: 120px 0 90px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(31, 106, 58, 0.28) 0%, rgba(22, 82, 45, 0.42) 50%, rgba(22, 82, 45, 0.55) 100%),
        url('../images/homephotos/2.jpeg') center/cover no-repeat;
}

.who-hero-kicker {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.82rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}

.who-hero h1 {
    font-size: 3.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.who-hero p {
    max-width: 840px;
    margin: 0 auto;
    font-size: 1.15rem;
    opacity: 0.96;
}

@media (max-width: 768px) {
    .who-hero {
        padding: 95px 0 75px;
    }

    .who-hero h1 {
        font-size: 2.35rem;
    }
}
