/*MOBILE STYLING*/
.overview-with-no-img-no-cta {
    padding: 14px 1px 16px 1px;
}

.overview-with-no-img-no-cta h2 {
    font-family: "Tempo", "Tempo-Local", "Arial Narrow", Arial, sans-serif;
    font-weight: 550;
    font-size: 27px;
    text-align: center;
    vertical-align: top;
    color: #10559A;
    padding-bottom: 8px;
}

.overview-with-no-img-no-cta p {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-style: regular;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    vertical-align: top;
    letter-spacing: -0.17px;
    padding-top: 8px;
    color: #464646;
}


/*TABLET STYLING*/
@media only screen and (min-width: 768px) {
    .overview-with-no-img-no-cta {
        padding: 16px 128px 24px 128px;
    }

    .overview-with-no-img-no-cta h2 {
        font-size: 34px;
        line-height: 38px;
        padding: 8px 0px 8px 0px;
    }

    .overview-with-no-img-no-cta p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.2px;
        padding-top: 8px;
    }
}

/*DESKTOP STYLING*/
@media only screen and (min-width: 1024px) {}