.sbc-uw-logos-with-headlines {
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sbc-uw-logos-with-headlines__title,
.sbc-uw-logos-with-headlines__subtitle {
    margin-bottom: 20px;
}

.sbc-uw-logos-with-headlines__description {
    margin-bottom: 80px;
}

.sbc-uw-logos-with-headlines__sections {
    margin-top: 30px;
}

.sbc-uw-logos-with-headlines__sections__section {
    margin-bottom: 50px;
}

.sbc-uw-logos-with-headlines__sections__section__title {
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-align: center;
    position: relative;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

.sbc-uw-logos-with-headlines__sections__section__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 370px;
    height: 1px;
    background-color: #FDB945;
}

.sbc-uw-logos-with-headlines__logo-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
    padding: 0 15px;
    margin-left: 0;
}

.sbc-uw-logos-with-headlines__logo-column {
    margin-bottom: 40px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sbc-uw-logos-with-headlines__logo-image {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.sbc-uw-logos-with-headlines__content-column p {
    font-size: 19px;
    line-height: 64px;
    margin-bottom: 0;
}

.sbc-uw-logos-with-headlines__content-column ul,
.sbc-uw-logos-with-headlines__content-column ol {
    font-size: 19px;
    line-height: 32px;
}

.sbc-uw-logos-with-headlines__sections__section.sbc-uw-logos-with-headlines__sections__section--first .sbc-uw-logos-with-headlines__logo-column {
    height: 120px;
}

.sbc-uw-logos-with-headlines__sections__section.sbc-uw-logos-with-headlines__sections__section--second .sbc-uw-logos-with-headlines__logo-column {
    height: 100px;
}

.sbc-uw-logos-with-headlines__sections__section.sbc-uw-logos-with-headlines__sections__section--third .sbc-uw-logos-with-headlines__logo-column {
    height: 80px;
}

.sbc-uw-logos-with-headlines__logo-link {
    display: block;
    height: 100%;
}

.sbc-uw-logos-with-headlines.sbc-uw-logos-with-headlines--veritage-styles h2.uw-global-subtitle--small {
    color: #000;
    font-size: 42px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
}

.sbc-uw-logos-with-headlines.sbc-uw-logos-with-headlines--veritage-styles .sbc-uw-logos-with-headlines__sections__section__title {
    color: #000;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
}

.sbc-uw-logos-with-headlines.sbc-uw-logos-with-headlines--veritage-styles .sbc-uw-logos-with-headlines__sections__section__title::after {
    width: 100px;
    height: 2px;
    background-color: #6DB341;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    
}

@media ( max-width: 991px ){
    .sbc-uw-logos-with-list__logos__logo {
        flex-basis: calc(33.33% - 25px );
    }

    .sbc-uw-logos-with-headlines__logo-text {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .sbc-uw-logos-with-headlines__logo-image  {
        max-width: 320px;
        display: block;
        margin: 0 auto;
    }

    .sbc-uw-logos-with-headlines__logo-column:last-child {
        margin-bottom: 0;
    }

    .sbc-uw-logos-with-headlines__sections__section__title {
        margin-bottom: 10px;
    }

    .sbc-uw-logos-with-headlines__sections {
        margin-top: 0;
    }

    .sbc-uw-logos-with-headlines__description {
        margin-bottom: 40px;
    }

    .sbc-uw-logos-with-headlines__sections__section:last-child {
        margin-bottom: 0;
    }
}

@media ( max-width: 767px ){ 
    .sbc-uw-logos-with-list__logos__logo {
        flex-basis: calc(50% - 25px );
    }

    .sbc-uw-logos-with-list__list li {
        flex-basis: 100%;
    }

    .sbc-uw-logos-with-headlines__sections__section .sbc-uw-logos-with-headlines__logo-column {
        height: 80px !important;
    }
}