.two_column_scroll_slider_3 {
    padding-top: 91px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0 left -16%;
    padding-bottom: 93px;
}
.two_column_scroll_slider_3 .top-section .headline {
    border-bottom: var(--Forest, #5B5F2B) 1px solid;
    padding-bottom: 0.4em;
/*    margin-bottom: 28px;*/
}
.two_column_scroll_slider_3 .slide_headline.one {
    line-height: 1.4em;
    border-bottom: 1px solid #5B5F2B;
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
    cursor: pointer;
}
.two_column_scroll_slider_3 .vss-menu-item.tap_active .slide_headline.one {
    border-bottom-width: 3px;
}
.two_column_scroll_slider_3 .vss-menu-item.tap_active .number {
    background-color: #5B5F2B;
    color: white;
}
.two_column_scroll_slider_3 .number {
    color: var(--Forest, #5B5F2B);
    text-align: center;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #5B5F2B;
    border-radius: 999px;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-top: 3px;
    box-sizing: border-box;
    margin-right: 43px;
}
.two_column_scroll_slider_3 .text-wrap a {
    text-decoration: none;
    color: var(--Forest, #5B5F2B);
    font-family: "Kaftan";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;

    color: var(--Forest, #5B5F2B);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}
.two_column_scroll_slider_3 .text-wrap a:after {
    content: url('../img/down_carrot.svg');
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.vss {
    --vss-height: 400px;

    width: 100%;
    overflow: hidden;
    padding-top: 28px;
}
.vss .vss-flex {
    display: flex;
    flex-direction: row;
/*    flex-wrap: wrap;*/
    position: relative;
}

.vss .vss-col {
    width: 50%;
    height: 300px;
}
.vss .vss-col1 {
    position: sticky;
    top: 0;
    height: var(--vss-height);
    max-width: 463px;
/*    background-color: lightblue;*/

    max-width: 463px;
    margin-left: auto;
    margin-right: 0;
}

.vss .vss-col2 {
    flex-grow: 1;
    padding-left: 86px;

/*    max-width: 662px;*/
    max-width: 576px;
    margin-left: 0;
    margin-right: auto;
}
.vss .vss-scroll-area {
    scroll-snap-type: y mandatory;
    overflow-x: hidden;
    overflow-y: scroll;

    width: 100%;
    padding-right: 17px;
    box-sizing: content-box;
}


.vss .vss-scroll-item {
    height: var(--vss-height);
    scroll-snap-align: start;
    scroll-snap-type: y mandatory;
    scroll-snap-stop: always;
    display: block;
/*    background-color: lightcoral;*/
/*    margin-bottom: 400px;*/
}


.two_column_scroll_slider {
    display: none;
}
@media screen and (max-width: 1200px) {
    .vss .vss-col2 {
        padding-left: 30px;
        max-width: 633px;
    }
    .vss {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .vss .vss-col1 {
        margin-left: 0;
    }
}
@media screen and (max-width: 1100px) {
    .vss .vss-col2 {
    }
    .vss {
/*        display: none;*/
    }
    .home .flexible-content .two_column_scroll_slider .mobile_accordion {
/*        display: block;*/
    }
    .two_column_scroll_slider_3 {
        padding-bottom: 0;
        padding-left: 34px;
        padding-right: 34px;
    }
    .two_column_scroll_slider_3 .number {
        margin-right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .vss .vss-col2 {
    }
    .vss {
        display: none;
    }
    .home .flexible-content .two_column_scroll_slider .mobile_accordion {
/*        display: block;*/
    }
    .two_column_scroll_slider_3 {
/*        padding-bottom: 0;
        padding-left: 34px;
        padding-right: 34px;*/
    }
    .two_column_scroll_slider {
        display: block;
    }
}