section.flex-content {
    text-align: center;
    font-family: 'Cachet';
    padding: 60px 0 0;
    background-color: var(--green-dk);
    color: white;
    font-size: 24px;
}

section.flex-content#home-content {
    padding-bottom: 6rem;
}

section.flex-content:not(:has(+ section)) {
    padding-bottom: 60px;
}

.flex-content .container p {
    font-size: 24px;
}

.flex-content .container p a:hover,
.flex-content .container ul li a:hover {
    color: var(--yellow);
}

.flex-content .container p a,
.flex-content .container ul li a {
    color: white;
}

.flex-content .container h2 {
    font-size: 50px;
    margin-bottom: 15px;
    letter-spacing: -1.25px;
}

.flex-content .container h3 {
    text-transform: none;
    font-weight: normal;
    font-size: 40px;
}

.flex-content .container .flex-content__heading {
    text-transform: none;
    font-weight: normal;
    font-size: 40px;
}

#health-wellness-content {
    padding: 60px 0;
}



@media screen and (max-width: 600px) {
    .flex-content .container {
        padding: 2rem;
    }

    #health-wellness-content {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .flex-content .container h2 {
        font-size: 30pt;
        letter-spacing: -.75pt;
    }

    .flex-content .container h3 {
        font-size: 27px;
    }

    .flex-content .container p {
        font-size: 18px;
        line-height: 1.3;
    }

    .flex-content .button-row {
        gap: 15px;
    }

    section.flex-content {
        padding: 30px 0;
    }
}