    .swiperReview {
        width: 100%;
        height: 300px;
    }
/* výška pro telefony */
    @media (max-width: 768px) {
        .mySwiperReview {
            height: 200px;
        }
    }

    .swiper-slide-style {
        text-align: center;
        font-size: 18px;
        background: #8659cf;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }