﻿.cta-side-by-side {
    background-image: url('/wp-content/uploads/2019/01/green_bg.png'), url('/wp-content/uploads/2019/01/blue_bg.png');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: 50.01% 100%;
    padding: 70px 0;
    margin-bottom: 74px;
    color: #FFFFFF;
}

    .cta-side-by-side .col-sm-6 {
        text-align: center;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cta-side-by-side p {
        color: #FFFFFF;
    }

        .cta-side-by-side p.cta-subtitle {
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 15px;
            line-height: 22px;
        }

        .cta-side-by-side p:not(.cta-subtitle) {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 5px;
            line-height: 34px;
        }

    .cta-side-by-side h4 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .cta-side-by-side h6 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 14px;
    }

    .cta-side-by-side img {
        height: 105px;
        max-height: 105px;
        margin-bottom: 12px;
    }

    .cta-side-by-side .btn-white-outline,
    .cta-side-by-side .btn-white-outline:hover,
    .cta-side-by-side .btn-white-outline:visited,
    .cta-side-by-side .btn-white-outline:active {
        border-width: 2px;
    }

@media (max-width: 576px) {
    .cta-side-by-side {
        background-position: top, bottom;
        background-size: 100% 50%, 100% 50%;
        padding: 0;
        margin-bottom: 0px;
    }

        .cta-side-by-side .col-sm-6 {
            padding: 77px 40px;
        }

        .cta-side-by-side .btn {
            padding: 11px 0px 11px 0px;
            width: 100%;
            text-align: center;
        }
}
