/* Reusable CPSB page hero makeup. Use .cpsb-hero with .cpsb-hero-kicker. */
.cpsb-hero,
.about-hero {
    background: linear-gradient(120deg, #0f5b2f 0%, #8ea900 100%);
    color: #fff;
    overflow: hidden;
    padding: 74px 0 64px;
    position: relative;
}

.cpsb-hero:before,
.cpsb-hero:after,
.about-hero:before,
.about-hero:after {
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    position: absolute;
}

.cpsb-hero:before,
.about-hero:before {
    height: 120px;
    right: 18%;
    top: 42px;
    width: 120px;
}

.cpsb-hero:after,
.about-hero:after {
    bottom: -54px;
    height: 190px;
    right: 7%;
    width: 190px;
}

.cpsb-hero-kicker,
.hero-kicker {
    align-items: center;
    background: rgba(6, 23, 45, .3);
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: .08em;
    margin-bottom: 16px;
    padding: 8px 14px;
    text-transform: uppercase;
}

.cpsb-hero h1,
.about-hero h1 {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 16px;
    max-width: 780px;
}

.cpsb-hero p,
.about-hero p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    max-width: 720px;
}

@media (max-width: 991px) {
    .cpsb-hero,
    .about-hero {
        padding: 52px 0 44px;
    }
}
