section.general-content-section {
    /* padding: 60px 140px; */
    margin: 0 auto;
    text-align: center;
}

section.general-content-section.bg-primary {
    color: var(--white);
}

.general-content-section .content-container {
    max-width: 800px;
    margin: 0 auto;
}
.general-content-section.wide .content-container {
    max-width: 1000px;
    margin: 0 auto;
}

.general-content-section .button-row {
    justify-content: center;
}

.general-content-section p > img {
    max-width: 100%;
    object-fit: contain;
}

.general-content-section .general-content__statistics {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    color: var(--tempe-blue);
}
.general-content-section .general-content__statistics .general-content__stat {
    max-width: 30%;
}

.general-content-section .general-content__stat span {
    font-family: "Source Sans 3 Black";
    font-size: 40px;
}

.general-content-section .general-content__stat p {
    margin: 5px 0 0;
    text-transform: uppercase;
    font-family: "Source Sans 3 Bold";
    font-size: 18px;
}

#grant-app-instructions.general-content-section {
    h2.underlined span {
        display: inline-block;
    }
    ol {
        text-align: left;
        list-style-position: inside;
        li {
            margin: 5px 0;
        }
    }
}
#grant-app-required.image-content {
    ol {
        list-style-position: inside;
        text-align: left;
        padding: 0;
        li {
            margin: 5px 0;
        }
    }
}

@media screen and (max-width: 887px) {
    .general-content-section .general-content__statistics {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .general-content-section
        .general-content__statistics
        .general-content__stat {
        max-width: 100%;
    }
}
