  #covid-information {
    background: var(--gfColors-slate15);
    padding: 2rem 0;
}
h1.sectionBanner-titleHolder-title {
    margin-bottom:0!important;
}

@media (min-width:1200px){
    .mw-960 {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}


#intro-text_component, #card-links {
    padding-right:0;
}

@media (max-width:767.98px) {
    #intro-text_component, #card-links {
        padding: 0 15px;
    }
}

/**----CONTACT US----**/

#contact-us {
    display: grid;
    background-image: url(/offices/financial-aid/undergrad/_assets-index/images/_gfu5660.jpg);
    background-size: cover;
    background-position: center;
    place-items: center;
    text-align: center;
    min-height: 20rem;
    max-width: unset;
}

#contact-us div {
    background: #1f2a42d6;
    padding: 3rem;
    margin: 2rem 0;
    width: 100%;
}

#contact-us  h2 {
    margin: 0;
    font-family: var(--gfVars-thirstyFont);
    color: var(--gfColors-gold);
    font-size: 2em;
}

#contact-us p {
    color: var(--gfColors-slate45);
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.payment-img {
    width: 170px;
    transform: scalex(-1);
    display: block;
    margin: 3rem auto 2rem;
    background: var(--gfColors-gold);
    border-radius: 100%;
}
