.text-slider-column {
    padding: 80px 20px 40px 20px;
}

.text-slider-column-title {
    margin-top: 0;
    font-size: 40px;
    color: #2699D6;
}

@media all and (max-width: 768px){
    .text-slider-column-title {
        font-size: 26px;
    }
}

.text-slider-column-row {
    display: flex;
    flex-direction: column-reverse;
}

@media all and (min-width: 768px){
    .text-slider-column-row {
        display: flex;
        flex-direction: row;
        gap: 2em;
    }

    .text-slider-column-right {
        width: 480px;
    }
}

.text-slider-column-left {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.imageSwiper {
    padding-bottom: 32px;
}

.imageSwiper .swiper-slide {
    text-align: center;
}

.imageSwiper .swiper-pagination-bullet {
    bottom: 0;
    width: 12px;
    height: 12px;
    background-color: #2699D6;
}