.io-slider-tab-sub-below {
    white-space: normal;
}

.io-slider-tab-sub-below .tab-to-more::before {
    display: none;
}

@media screen and (min-width: 768px) {
    .io-slider-tab-sub-below {
        flex-wrap: wrap;
        align-items: flex-start !important;
    }

    .io-slider-tab-sub-below .tab-title {
        order: 1;
        margin-right: 0 !important;
    }

    .io-slider-tab-sub-below .tab-to-more {
        order: 2;
        display: block !important;
        flex: 1 1 auto;
        min-width: 0;
    }

    .io-slider-tab-sub-below .tab-more {
        order: 3;
    }

    .io-slider-tab-sub-below .slider-tab {
        order: 4;
        width: 100%;
        margin-top: 12px !important;
    }
}
