.sbc-uw-cards {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sbc-uw-cards__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sbc-uw-cards__cards__card.sbc-uw-cards__cards__card__link {
    cursor: pointer;
}

.sbc-uw-cards__cards__card {
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 40px;
}

.sbc-uw-cards__cards__card__image {
    height: 170px;
}

.sbc-uw-cards__cards__card__content {
    padding: 10px 15px;
}

.sbc-uw-image-cards__cards__card__text {
    margin-bottom: 0;
}

.sbc-uw-image-cards__cards__card__text.sbc-uw-image-cards__cards__card__title {
    margin-bottom: 6px;
    font-weight: 700;
}

.sbc-uw-cards__cards__card__content__link {
    position: absolute;
    bottom: 10px;
    left: 15px;

    color: #00529B !important;
    font-size: 16px;
    line-height: 21px;
}

.sbc-uw-cards.sbc-uw-cards__veritage-styles .sbc-uw-cards__cards__card__content__link {
    color: #6DB341 !important;
}

.sbc-uw-cards__cards__card__content__link--no-image {
    display: block;
    margin-top: 12px;   
}

.sbc-uw-cards__title-section {
    margin-bottom: 30px;
}

.sbc-uw-cards.sbc-uw-cards--blue-stats h2.uw-global-subtitle {
    font-family: 'League Gothic', sans-serif;
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 74px;
    font-weight: 400;
    text-transform: uppercase;
}

.sbc-uw-cards.sbc-uw-cards--blue-stats .sbc-uw-cards__description {
    color: #005191;
}

.sbc-uw-cards.sbc-uw-cards--blue-stats .sbc-uw-cards__cards__card {
    background-color: transparent;
    text-align: center;
    padding-bottom: 0;
}

.sbc-uw-cards.sbc-uw-cards--blue-stats .sbc-uw-cards__cards__card .sbc-uw-image-cards__cards__card__text {
    color: #005191;
}

.sbc-uw-cards.sbc-uw-cards--blue-stats .sbc-uw-cards__cards__card .sbc-uw-image-cards__cards__card__text.sbc-uw-image-cards__cards__card__title {
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: #005191;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sbc-uw-cards.sbc-uw-cards__veritage-styles .uw-global-subtitle {
    font-family: 'futura-pt', sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 56px;
    font-weight: 500;
}
 
.sbc-uw-cards.sbc-uw-cards__veritage-styles .sbc-uw-image-cards__cards__card__text.sbc-uw-image-cards__cards__card__title {
    font-family: 'futura-pt', sans-serif;
    color: #000;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    .sbc-uw-cards__cards {
        gap: 20px;
    }
}

@media ( max-width: 991px ){
    .sbc-uw-cards__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .sbc-uw-cards__cards__card__image {
        height: 200px;
    }
}

@media ( max-width: 767px ){ 
    .sbc-uw-cards__cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .sbc-uw-cards__cards__card__image {
        display: none;
    }

    .sbc-uw-image-cards__cards__card__text {
        display: none;
    }

    .sbc-uw-image-cards__cards__card__text.sbc-uw-image-cards__cards__card__title {
        display: block;
        margin-bottom: 10px;
    }

    .sbc-uw-cards__cards__card__content__link {
        position: static;
    }

    .sbc-uw-cards__cards__card {
        padding-bottom: 0;
    }

    .sbc-uw-cards__cards {
        margin-top: 20px;
    }
}

@media (max-width: 359px){

}