.sbc-content-overlay{
    position: relative;
    padding: 50px 0;
}
.sbc-content-overlay .green-overlay{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: #6DB341;
}
.sbc-content-overlay .left-img-cont{
    position: relative;
    right: -30px;
    top: 75px;
    max-width: 80%;
    margin-left: auto;
    z-index: 1;
}
.sbc-content-overlay .left-img-cont .left-bottom-icon{
    position: absolute;
    bottom: -70px;
    left: -75px;
    max-width: 100px;
}
.sbc-content-overlay .text-cont{
    padding: 30px 30px 30px 70px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000029;
}
.sbc-content-overlay .text-cont .title{
    color: #000;
    font-size: 42px;
    font-family: 'futura-pt',sans-serif;
}

.sbc-content-overlay.sbc-content-overlay--veritage-styles .body-cont a,
.sbc-content-overlay.sbc-content-overlay--veritage-styles .body-cont a em {
    color: #6DB341 !important;
    font-weight: 700;
}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

@media (max-width: 991px){
    .sbc-content-overlay .left-img-cont{
        right: 0;
        top: 35px;
        max-width: 100%;
    }
    .sbc-content-overlay .text-cont{
        padding: 50px 15px 30px 15px;
    }
    .sbc-content-overlay .green-overlay{
        height: 50%;
    }
}

@media (max-width: 767px){
    .sbc-content-overlay .green-overlay{
        height: 40%;
    }
}
@media (max-width: 575px){
    .sbc-content-overlay .green-overlay{
        height: 100vw;
    }
}