.image_text_slider_button {}
.image_text_slider_button .image_block_wrap {
    text-align: center;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 1.8em;
}
.image_text_slider_button .h3{
    margin-bottom: 0;
}
.image_text_slider_button .btn-border {
    margin-top: 4.35em;
}
.image_text_slider_button .tab-content_block_wrap .tab_block_slides {
    margin-bottom: 0;
}
.tab_block_slides .item {
    padding: 0 1em 0 0;
}
.image_text_slider_button .tab_block_slides .item h3 {
    border-top: 2px solid #D1D1D1;
    color: #000;
    text-transform: uppercase;
    padding-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 0.7em;
}
.image_text_slider_button .tab_block_slides .item p {
    text-transform: none;
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1.3; /* 126.316% */
    letter-spacing: -0.19px;
}
.tabs {
    display: flex;
    gap: 3em;
}
.image_text_slider_button .tab-content_block_wrap {
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    overflow: hidden;
    padding: 0;
}
.tab-content_block .h2 {
    font-size: 2em;
}
@media (max-width: 767px) {
    .image_text_slider_button .tab-content_block_wrap {
        padding: 2em 0;
    }
    .tabs {
        flex-direction: column;
        gap: 0;
    }
    .image_text_slider_button .tab-content_block_wrap {
        width: 100%;
        border-top: 2px solid #D1D1D1;
    }
    .tab-content_block h2,
    .tab-content_block h4 {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .tab-content_block h4 {
        margin-top: 2em;
    }
    .tab_block_slides .item {
        padding: 0 1em 0 1em;
    }
    .image_text_slider_button .image_block_wrap {
        padding-left: 1.4em;
        padding-right: 1.4em;
    }
}
