.sbc-hero-cta .sbc-hero-cta-cont{
    padding: 50px 0;
    position: relative;
}
.sbc-hero-cta .sbc-hero-cta-cont .uw-hero-title{
    color: #000;
    font-size: 42px;
    line-height: 56px;
    font-weight: 500;
    font-family: 'Arial',sans-serif;
}
.sbc-hero-cta .sbc-hero-cta-cont .uw-xl-button{
    padding: 15px 25px 15px 100px;
}

/* Green Template */
.sbc-hero-cta.green-template .sbc-hero-cta-cont::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(198, 198, 198, 0.2);
    height: 100%;
    width: 95%;
}
.sbc-hero-cta.green-template .sbc-hero-cta-cont .uw-hero-title{
    font-family: 'futura-pt',sans-serif;
}
.sbc-hero-cta.green-template .sbc-hero-cta-cont .icon-right{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

@media (max-width: 991px){
    .sbc-hero-cta.green-template .sbc-hero-cta-cont{
        margin-bottom: 90px;
    }
    .sbc-hero-cta.green-template .sbc-hero-cta-cont::before{
        width: 100%;
    }
    .sbc-hero-cta.green-template .sbc-hero-cta-cont .icon-right{
        top: auto;
        bottom: -70px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (max-width: 767px){
    
}