.text-slider__content .text-slider__block {
    display: flex;
    width: 100%;
    break-inside: avoid;
    flex-wrap: wrap;
}

