.sbc-uw-data-cards {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sbc-uw-data-cards__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sbc-uw-data-cards__cards__card.sbc-uw-data-cards__cards__card__link {
    cursor: pointer;
}

.sbc-uw-data-cards__cards__card {
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 40px;
}

.sbc-uw-data-cards__cards__card__image {
    height: 170px;
}

.sbc-uw-data-cards__cards__card__content {
    padding: 20px 10px;
}

.sbc-uw-image-cards__cards__card__text {
    margin-bottom: 0;
}

.sbc-uw-image-cards__cards__card__text.sbc-uw-image-cards__cards__card__title {
    font-family: 'League Gothic';
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

.sbc-uw-data-cards__cards__card__content__link {
    position: absolute;
    bottom: 10px;
    left: 15px;

    color: #00529B !important;
    font-size: 16px;
    line-height: 21px;
}

.sbc-uw-data-cards.sbc-uw-data-cards__veritage-styles .sbc-uw-data-cards__cards__card__content__link {
    color: #6DB341 !important;
}

.sbc-uw-data-cards__cards__card__content__link--no-image {
    display: block;
    margin-top: 12px;   
}

.sbc-uw-data-cards__title-section {
    margin-bottom: 30px;
}
.sbc-uw-data-cards .banner-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.sbc-uw-data-cards .banner-cont .img-cont img{
    max-height: 50px;
    width: 100%
}
.sbc-uw-data-cards .banner-cont p{
    margin-bottom: 0;
}
.sbc-uw-data-cards .banner-cont .number{
    font-size: 50px;
    font-weight: 700;
    font-family: 'League Gothic';
    line-height: 1;
}
.sbc-uw-data-cards .banner-cont .banner-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    .sbc-uw-data-cards__cards {
        gap: 20px;
    }
}

@media ( max-width: 991px ){
    .sbc-uw-data-cards__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .sbc-uw-data-cards__cards__card__image {
        height: 200px;
    }
}

@media ( max-width: 767px ){ 
    .sbc-uw-data-cards__cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .sbc-uw-data-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-data-cards__cards__card__content__link {
        position: static;
    }

    .sbc-uw-data-cards__cards__card {
        padding-bottom: 0;
    }

    .sbc-uw-data-cards__cards {
        margin-top: 20px;
    }
    .sbc-uw-data-cards .banner-cont{
        flex-wrap: wrap;
    }
    .sbc-uw-data-cards .banner-cont .banner-title-cont{
        flex-basis: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 359px){

}