.sbc-content-event-overlay{
    position: relative;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sbc-content-event-overlay *:not(i){
    font-family: 'futura-pt', sans-serif;
}
.sbc-content-event-overlay a{
    color: #6DB341 !important;
}
.sbc-content-event-overlay.overlay::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}
.sbc-content-event-overlay .left-img-cont{
    position: relative;
    top: -30px;
    left: 30px;
    z-index: 1;
}
.sbc-content-event-overlay .left-img-cont .icon-bottom{
    position: absolute;
    bottom: -30px;
    left: -100px;
    max-width: 120px;
}
.sbc-content-event-overlay .text-cont{
    background-color: #fff;
    padding: 30px 50px 30px 100px;
}
.sbc-content-event-overlay .text-cont .title{
    color: #000;
    font-size: 42px;
    font-family: 'futura-pt', sans-serif;
    margin-bottom: 60px;
    position: relative;
    font-weight: 400;
}
.sbc-content-event-overlay .text-cont .title::before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #6DB341;
}
.sbc-content-event-overlay .text-cont .address{
    font-weight: 500;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media ( max-width: 991px ){
    .sbc-content-event-overlay .left-img-cont{
        top: auto;
        left: auto;
    }
    .sbc-content-event-overlay .left-img-cont .icon-bottom{
        bottom: 0;
        left: 0;
    }
    .sbc-content-event-overlay .text-cont{
        padding: 20px;
    }
} /* end: 991px */

@media ( max-width: 575px ){
    .sbc-content-event-overlay{
        background-image: none !important;
    }
    .sbc-content-event-overlay.overlay::before{
        display: none;
    }
    .sbc-content-event-overlay .container{
        padding-left: 0;
        padding-right: 0;
    }
} /* end: 5751px */