.text_slider_and_image_bottom {}

.text_slider_and_image_bottom .image_block_wrap {
    text-align: center;
}
.text_slider_and_image_bottom .text-box {
    overflow: hidden;
}
.tab-content_block_wrap .tab_block_slides {
    margin-bottom: 1.8em;
}
.tab_block_slides .item {
    padding: 0 1em 0 0;
}
.tab_block_slides .item h3 {
    border-top: 2px solid #D1D1D1;
    color: #000;
    text-transform: uppercase;
    padding-top: 1em;
    margin-bottom: 0.8em;
    font-size: 1.8rem;
}
.tab_block_slides .item p {
    text-transform: none;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em; /* 126.316% */
    letter-spacing: -0.19px;
}
.tabs {
    display: flex;
    gap: 3em;
}
/*.tab-nava-buttons {*/
/*    width: 20%;*/
/*    height: fit-content;*/
/*    border-top: 2px solid #D1D1D1;*/
/*    border-bottom: 2px solid #D1D1D1;*/
/*    padding: 1.5em;*/
/*}*/
/*.tab-nava-buttons ul li:not(:last-child) {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.tab-nava-buttons ul li {*/
/*    color: #818181;*/
/*    font-size: 1.2rem;*/
/*    font-weight: 500;*/
/*    line-height: 1.3rem;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*}*/
/*.tab-nava-buttons ul li:hover {*/
/*    cursor: pointer;*/
/*}*/
/*.tab-nava-buttons ul li.active,*/
/*.tab-nava-buttons ul li:hover {*/
/*    color: #000;*/
/*}*/
/*.tab-content_block_wrap {*/
/*    width: 80%;*/
/*}*/

/* Approach block block-text_slider_and_image_bottom */
.tabs_with_slider_and_image.text_slider_and_image_bottom .tabs-wrapper {
    padding-left: 3em;
    padding-right: 3em;
}
.tabs_with_slider_and_image.text_slider_and_image_bottom .tab-content_block_wrap {
    width: 100%;
}
/* End Approach block block-text_slider_and_image_bottom */

@media (max-width: 767px) {
    .tabs {
        flex-direction: column;
        gap: 0;
    }
    .tab-content_block_wrap {
        width: 100%;
        border-top: 2px solid #D1D1D1;
    }
    .tab-nava-buttons {
        width: 90%;
        border-top: none;
        border-bottom: none;
        padding-top: 0;
    }
    .tab-content_block h2,
    .tab-content_block h4 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .tab-content_block h4 {
        margin-top: 2em;
    }
    .tab_block_slides .item {
        padding: 0 1em 0 1em;
    }
    .text_slider_and_image_bottom .image_block_wrap {
        overflow-x: auto;
        width: 100%;
        height: auto;
    }
    .text_slider_and_image_bottom .image_block_wrap img {
        width: auto;
        height: auto;
        display: inline-block;
        max-width: none;
        max-height: 17em;
    }
}
