.sbc-uw-cards-with-icons {
    padding-top: 30px;
    padding-bottom: 30px;

    background-color: #fff;

    background-position: 100% 100%;
    background-size: auto 350px;
    background-repeat: no-repeat;
}

h2.sbc-uw-cards-with-icons__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}

.sbc-uw-cards-with-icons__subtitle {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sbc-uw-cards-with-icons__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.sbc-uw-cards-with-icons__cards__card {
    border: 2px solid rgba(200, 200, 200, 0.5);
    padding: 15px;
    transition: all .3s ease;
    background-color: #fff;
}

.sbc-uw-cards-with-icons__cards__card.sbc-uw-cards-with-icons__cards__card__link {
    cursor: pointer;
}

.sbc-uw-cards-with-icons__cards__card:hover {
    border-color: #FFB351;
}

.sbc-uw-cards-with-icons__cards__card__title {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.sbc-uw-cards-with-icons__cards__icon-wrapper {
    position: relative;
    height: 56px;
    width: 100%;
    margin-bottom: 20px;
}

.sbc-uw-cards-with-icons__cards__icon {
    height: 56px;
    width: auto;
    display: block;
    
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    transition: all .3s ease;
}

.sbc-uw-cards-with-icons__cards__icon__normal {
    z-index: 1;
    opacity: 1;
}

.sbc-uw-cards-with-icons__cards__icon__hover {
    z-index: 0;
    opacity: 1;
}

.sbc-uw-cards-with-icons__cards__card:hover .sbc-uw-cards-with-icons__cards__icon__normal {
    opacity: 0;
}

.sbc-uw-cards-with-icons__cards__card__description {
    margin-bottom: 0;
}

.sbc-uw-cards-with-icons__cards__card__description p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

.sbc-uw-cards-with-icons__cards--blue-titles .sbc-uw-cards-with-icons__cards__card__title {
    font-family: 'Arial', sans-serif;
    color: #005191;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}

.sbc-uw-cards-with-icons__cards__card-button-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
}

.sbc-uw-cards-with-icons__cards__card-button-wrapper .uw-button {
    max-width: 182px;
    margin-left: auto;
    margin-right: auto;
}

.sbc-uw-cards-with-icons__cards__card:hover .sbc-uw-cards-with-icons__cards__card-button-wrapper .uw-button {
    background-color: #fff;
}

.uw-veritage-website h2.sbc-uw-cards-with-icons__title {
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    color: #000;
}

.uw-veritage-website .sbc-uw-cards-with-icons__subtitle * {
    font-family: 'futura-pt', sans-serif;
}

.uw-veritage-website .sbc-uw-cards-with-icons__cards__card__title {
    font-family: 'futura-pt', sans-serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

.uw-veritage-website .sbc-uw-cards-with-icons__cards__card__description {
    font-family: 'futura-pt', sans-serif;
}

.uw-veritage-website .sbc-uw-cards-with-icons__cards__card,
.sbc-uw-cards-with-icons__cards__carousel .sbc-uw-cards-with-icons__cards__card {
    border: none !important;
}

.sbc-uw-cards-with-icons__cards__carousel .sbc-uw-cards-with-icons__cards__card {
    background-color: transparent;
}

.sbc-uw-cards-with-icons__cards__carousel {
    padding-left: 76px;
    padding-right: 76px;
}

.sbc-uw-speakers__list__mobile__carousel__arrow {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    background-color: transparent;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sbc-uw-speakers__list__mobile__carousel__arrow:hover {
    background-color: #000;
    color: #fff;
}

.sbc-uw-speakers__list__mobile__carousel__arrow i {
    font-size: 20px;
}

.sbc-uw-speakers__list__mobile__carousel__arrow.sbc-uw-speakers__list__mobile__carousel__arrow__prev {
    left: 0;
}

.sbc-uw-speakers__list__mobile__carousel__arrow.sbc-uw-speakers__list__mobile__carousel__arrow__next {
    right: 0;
}

.sbc-uw-cards-with-icons__cards__carousel .sbc-uw-cards-with-icons__cards__card__title {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    line-height: 36px;
}

.sbc-uw-cards-with-icons__cards__carousel .sbc-uw-cards-with-icons__cards__card__carousel-subtitle {
    font-weight: 700;
}

.sbc-uw-cards-with-icons.sbc-uw-cards-with-icons--big-cards-no-icons .sbc-uw-cards-with-icons__cards {
    grid-template-columns: repeat(2, 1fr);
}

.sbc-uw-cards-with-icons.sbc-uw-cards-with-icons--big-cards-no-icons .sbc-uw-cards-with-icons__cards__card-button-wrapper {
    margin-bottom: 20px;
}

.sbc-uw-cards-with-icons.sbc-uw-cards-with-icons--big-cards-no-icons .sbc-uw-cards-with-icons__cards__card__title {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #005191;
}

.sbc-uw-cards-with-icons.sbc-uw-cards-with-icons--big-cards-no-icons .sbc-uw-cards-with-icons__subtitle {
    max-width: 100%;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (min-width: 1200px){
    .sbc-uw-cards-with-icons--four-columns .sbc-uw-cards-with-icons__container {
        max-width: 100% !important;
    }
    
    .sbc-uw-cards-with-icons--four-columns .sbc-uw-cards-with-icons__cards {
        padding-left: 50px;
        padding-right: 50px;
    }

    .sbc-uw-cards-with-icons--four-columns .sbc-uw-cards-with-icons__cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1499px) and (min-width: 1200px){
    .sbc-uw-cards-with-icons--four-columns .sbc-uw-cards-with-icons__cards__card__title {
        min-height: 64px;
    }
}

@media (min-width: 992px){
    .sbc-uw-cards-with-icons.sbc-uw-cards-with-icons--big-cards-no-icons .sbc-uw-cards-with-icons__cards {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    .sbc-uw-cards-with-icons__cards__card__title {
        font-size: 22px;
        line-height: 32px;
    }

    .sbc-uw-cards-with-icons__cards--blue-titles .sbc-uw-cards-with-icons__cards__card__title,
    .uw-veritage-website .sbc-uw-cards-with-icons__cards__card__title {
        min-height: 64px;
    }
}

@media ( max-width: 991px ){
    .sbc-uw-cards-with-icons__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media ( max-width: 767px ){ 
    .sbc-uw-cards-with-icons__cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .sbc-uw-cards-with-icons__cards--blue-titles .sbc-uw-cards-with-icons__cards__card__title {
        min-height: auto;
    }

    .sbc-uw-cards-with-icons {
        background-image: none !important;
    }

    .sbc-uw-cards-with-icons__cards__carousel .sbc-uw-cards-with-icons__cards__card__title {
        font-size: 24px;
        line-height: 28px;
    }

    .sbc-uw-cards-with-icons.sbc-uw-cards-with-icons--big-cards-no-icons .sbc-uw-cards-with-icons__cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media ( max-width: 359px ){
    .sbc-uw-cards-with-icons__cards__carousel {
        padding-left: 36px;
        padding-right: 36px;
    }
}