/*MOBILE STYLING*/
.banner-with-one-image-main-container {
    padding: 8px 14px 8px 14px;
}

.banner-with-one-image-main-container 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;
    padding-top: 8px;
}

.banner-with-one-image {
    display: inline-table;
    justify-content: center;
}

.banner-with-one-image-caption {
    font-size: 14px;
    color: #464646;
    font-style: italic;
    text-align: left;

}

.banner-with-one-image-copy {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-style: regular;
    font-size: 14px;
    line-height: 19px;
    align: left;
    vertical-align: top;
    letter-spacing: -0.17px;
    color: #464646;
}

/*TABLET STYLING*/
@media only screen and (min-width: 768px) {
    .banner-with-one-image-main-container {
        padding: 32px 32px 8px 32px;
    }

    .banner-with-one-image-main-container h2 {
        text-align: left;
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 16px;
        padding-top: 0px;
    }

    .banner-with-one-image {
        display: inline-table;
        width: 49%;
        padding: 0px 16px 0px 0px;
    }

    .banner-with-one-image img {
        float: left;
        width: 100%;
        padding-bottom: 8px;

    }

    .banner-with-one-image-caption {
        font-size: 14px;
        line-height: 18px;
    }

    .banner-with-one-image-copy {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.2px;
        display: inline-table;
        width: 46%;
        padding: 5% 0px 0px 16px;
    }

}

/*DESKTOP STYLING*/
@media only screen and (min-width: 1024px) {
    .banner-with-one-image {
        width: 49.4%;
    }

    .banner-with-one-image-copy {
        width: 47%;
        padding: 7% 0px 0px 16px;
    }
}