/*!
 * Supporting layout styles for home page sections below the fold.
 */
#benefits-footnote {
    display: block;
    width: 100%;
    margin: 24px 0 0;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0;
    white-space: normal;
    overflow: visible;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
}

#benefits-footnote strong {
    font-weight: 700;
    color: #000;
}

@media (min-width: 768px) {
    #benefits-footnote {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    #benefits-footnote {
        font-size: 17px;
    }
}

.chlorella-card {
    width: 250px;
    margin: 150px auto 0;
    text-align: center;
}

.chlorella-card__img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.chlorella-card__caption {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

.chlorella-description {
    display: block;
    width: 100%;
    margin: 24px 0 0;
    color: #000;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0;
    white-space: normal;
    overflow: visible;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
}

.chlorella-description strong {
    font-weight: 700;
    color: #000;
}
