.sbc-content-event{
    padding: 20px 0;
}
.sbc-content-event .event-passed{
    display: inline-block;
    padding: 10px 50px;
    background-color: #fcded5;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sbc-content-event .img-cont{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}
.sbc-content-event .text-col-cont{
    background-color: #F7F7F7;
}
.sbc-content-event .text-cont{
    padding: 20px 0 20px 20px;
}
.sbc-content-event .text-cont .label{
    color: #F15D2A;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sbc-content-event .text-cont .icon-cont{
    position: relative;
}
.sbc-content-event .text-cont .icon-cont a{
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 100;
}
.sbc-content-event .text-cont .icon-cont i{
    position: absolute;
    top: 4px;
    left: -25px;
}

.sbc-content-event .event-body {
    margin-top: 20px;
}

.event-footer-text {
    margin-top: 40px;
}

.event-title {
    color: #005191;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    margin-bottom: 30px;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media ( max-width: 991px ){
    .sbc-content-event .img-cont{
        min-height: auto;
        background-image: none !important;
        padding-left: 0;
        padding-right: 0;
    }
} /* end: 991px */