.sbc-uw-speakers {
    padding-top: 30px;
    padding-bottom: 30px;

    background-color: #ECECEC;
}

.sbc-uw-speakers h2.uw-global-subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}

.sbc-uw-speakers__subtitle {
    margin-bottom: 0;
}

.sbc-uw-speakers__list__desktop {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}

.sbc-uw-speakers__list__item__picture {
    display: block;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
}

.sbc-uw-speakers__list__item {
    flex-basis: 300px;
    margin: 0 15px;
}

.sbc-uw-speakers__list__item__name {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
}

.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;

    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: 25px;
}

.sbc-uw-speakers__list__mobile__carousel__arrow.sbc-uw-speakers__list__mobile__carousel__arrow__next {
    right: 25px;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    
}

@media ( max-width: 991px ){
    .sbc-uw-speakers h2.uw-global-subtitle {
        margin-bottom: 15px;
    }

    .sbc-uw-speakers__list__mobile__carousel {
        margin-top: 20px;
    }
}

@media ( max-width: 767px ){ 
    
}

@media ( max-width: 359px ){ 
    .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;
    }
}