.sbc-uw-form {
    background-color: #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sbc-uw-form h2 {
    font-family: 'Arial', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #005191;
}

.sbc-uw-form__content,
.sbc-uw-form__content-title {
    padding-right: 100px;
}

.sbc-uw-form__content,
.sbc-uw-form__form {
    margin-top: 35px;
}

.sbc-uw-form__content a {
    font-weight: 700 !important;
    color: #005191 !important;
}



/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    .sbc-uw-form__content,
    .sbc-uw-form__content-title {
        padding-right: 50px;
    }   
}

@media ( max-width: 991px ){
    .sbc-uw-form__content,
    .sbc-uw-form__content-title {
        padding-right: 0;
    } 

    .sbc-uw-form__content,
    .sbc-uw-form__form {
        margin-top: 15px;
    }

    .sbc-uw-form__form-col {
        margin-top: 35px;
    }
}

@media ( max-width: 767px ){ 

}