.sbc-uw-column-list-button {
    background-color: #ECECEC;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sbc-uw-column-list-button h2.uw-global-subtitle {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}

.sbc-uw-column-list-button__sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 30px;
}

.sbc-uw-column-list-button__sections__section {
    position: relative;
    padding-bottom: 45px;
}

.sbc-uw-column-list-button__sections__section__button-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 182px;
}

.sbc-uw-column-list-button__sections__section__button-wrapper.text-center {
    left: 50%;
    transform: translateX(-50%);
}

.sbc-uw-column-list-button__sections__section__title {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}

.sbc-uw-column-list-button__sections__section__content,
.sbc-uw-column-list-button__description {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    
}

@media ( max-width: 991px ){
    
}

@media ( max-width: 767px ){ 
    .sbc-uw-column-list-button__sections {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}