div#three-callout.container {
    position: relative;
    text-align: center;
    display:block;
}


#three-callout h2 {
    /* text-align: center; */
    /*padding: 1.5rem 2rem 0;*/
    
    color:#fff;

}
.blue-cta #three-callout .grid-container .box h2 {
    color:#0c2340;
}
#three-callout .subtext {
    color: white;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

#three-callout .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    padding: 2rem;
    text-align: left;
}

#three-callout .grid-container .box {
    border: 10px solid #69B3E7;
    background-color: white;
    padding: 1.25rem;
    width: 100%;

}

#three-callout .grid-container .box p {
    color: #4a4a4a;

}

#three-callout .grid-container .box h3 {
    color: #a3832a;
    font-size: 1.5rem;
}


.diamond-background {
    background-image: url(https://www.mc.edu/packages/mississippi_college/themes/mississippi_college_v2022/images/diamond-background-grid-blue.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 55% auto;

}



@media screen and (max-width: 901px) {
    .grid-container {
        grid-template-columns: 1fr !important;
        row-gap: 1rem;
    }

    .diamond-background.fullwidth.blue-cta {
        padding: 0;
    }

    .diamond-background {
        background-size: auto 70%;
    }
}