﻿.full-width-sa-cta {
    display: table;
    white-space: normal;
    color: white;
    padding: 12px 48px;
    background: transparent linear-gradient(258deg, #ACBC4C 0%, #7EA953 22%, #398460 54%, #457148 82%, #35613A 100%) 0% 0% no-repeat padding-box;
}
    .full-width-sa-cta .cta-content {
        display: table-cell;
        vertical-align: top;
    }
    .full-width-sa-cta h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        text-transform: uppercase;
        margin: 24px 0px 4px;
    }

@media only screen and (max-width: 768px) {
    .full-width-sa-cta {
        display: block;
        padding-bottom: 24px;
        text-align: center;
    }

        .full-width-sa-cta .cta-content {
            display: block;
        }

        .full-width-sa-cta a.btn-orange {
            margin-bottom: 16px;
            width: 100%;
        }

        .full-width-sa-cta img {
            max-width: 100%;
            margin-right: 0px;
        }
}
