/* Community Support CSS */

/* Global Styles */

.heading-section__subhead {
    width: 100%;
    background: #193965;
    padding: 60px 0;
}

h1.heading-section__head {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #193965;
    margin: 75px 0 30px;
}

.heading-section__subhead-wrapper {
    max-width: 938px;
    margin: 0 auto;
    width: 100%;
}

.heading-section__subhead-wrapper p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

/* Mobile Styles */

@media screen and (max-width: 991px) {

    h1.heading-section__head {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
        margin: 30px 0 30px;
    }

    .heading-section__subhead-wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}