.sbc-hero-text .sbc-hero-text-cont{
    position: relative;
    background-color: #005191;
    background-image: url('https://storage.googleapis.com/uwm-dev/1/2022/11/hero-bg-text.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.sbc-hero-text .sbc-hero-text-cont .top-text .uw-hero-title{
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}
.sbc-hero-text .sbc-hero-text-cont .top-text .body-cont * {
    color: #fff;
}
.sbc-hero-text .sbc-hero-text-cont .uw-button{
    display: inline-flex;
}
.sbc-hero-text .sbc-hero-text-cont .uw-button:hover{
    color: #fff !important;
}

/* White Background */
.sbc-hero-text.white-background .sbc-hero-text-cont{
    background-color: #fff;
    background-image: none;
}
.sbc-hero-text.white-background .sbc-hero-text-cont .top-text .uw-hero-title{
    color: #005191;
}
.sbc-hero-text.white-background .sbc-hero-text-cont .top-text .body-cont *{
    color: #212529;
}
.sbc-hero-text.white-background .sbc-hero-text-cont .top-text .uw-hero-title,
.sbc-hero-text .sbc-hero-text-cont .top-text .body-cont h3{
    color: #005191;
}
.sbc-hero-text .sbc-hero-text-cont .uw-button:hover{
    color: #000 !important;
}
/* Green Background */
.sbc-hero-text.green-background .sbc-hero-text-cont{
    background-color: #6DB341;
    background-image: none;
}
.sbc-hero-text.green-background .sbc-hero-text-cont .top-text .uw-hero-title{
    color: #fff;
    font-family: 'futura-pt',sans-serif;
    font-weight: 400;
}
.sbc-hero-text.green-background .sbc-hero-text-cont .top-text .body-cont *{
    color: #fff;
}


/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

@media (max-width: 991px){
    
}

@media (max-width: 767px){
   
}