.reviews__wrapper {
    padding: 80px;
    background: #FFF;
    border-radius: 40px;
}

.reviews__heading {
    color: #202029;
}

.reviews__swiper {
    overflow: hidden;
}

.reviews__video-wrapper {
    position: relative;
}

.reviews__video-wrapper a {
    display: flex;
}

.review__author {
    border-radius: 0 24px 0 0;
    padding: 20px 30px 6px 20px;
    background: white;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.reviews__author-decor-top,
.reviews__author-decor-bottom {
 position: absolute;
}

.reviews__author-decor-top {
    top: -23px;
    left: 0;
}

.reviews__author-decor-bottom {
    bottom: -6px;
    right: -24px;
}

.review__author {
    font-weight: 300;
    font-size: 24px;
    color: #202029;
    line-height: 1.4;
    letter-spacing: -0.04em;
    pointer-events: none;
}

.review__author strong {
    font-weight: 500;
}

.review__author * {
    margin-bottom: 0;
}

.reviews__text {
    margin-top: 33px;
    color: #202029;
}

.reviews__text p {
    display: inline;
}

.reviews__quote-icon {
    margin-right: 25px;
}

.reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 42px;
}

.reviews .video_lightbox_anchor_image {
    min-height: 383px!important;
    width: 100%;
    object-fit: cover!important;
}

@media screen and (max-width: 1199.98px) {
    .review__author {
        font-size: 20px;
        padding: 15px 20px 6px 15px;
    }

    .reviews .video_lightbox_anchor_image {
        min-height: 333px !important;
    }

    .reviews__text {
        margin-top: 25px;
    }

    .reviews__text p {
        font-size: 17px;
    }

    .reviews__quote-icon {
        margin-right: 15px;
    }

    .reviews__wrapper {
        padding: 60px;
    }
}

@media screen and (max-width: 1023.98px) {
    .reviews__navigation {
        display: none;
    }

    .reviews__wrapper {
        padding: 40px;
        border-radius: 20px;
    }

    .reviews__top {
        margin-bottom: 30px;
    }

    .reviews__text {
        font-size: 16px;
        margin-top: 20px;
    }

    .reviews__quote-icon {
        width: 14px;
        height: 8px;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .review__author {
        border-radius: 0 13px 0 0;
    }

    .reviews__author-decor-top,
    .reviews__author-decor-bottom {
        width: 14px;
        height: 14px;
    }

    .reviews__author-decor-top {
        top: -13px;
    }

    .reviews__text p {
        font-size: 16px;
    }

    .reviews__author-decor-bottom {
        display: none;
    }
}

@media screen and (max-width: 599.98px) {
    .reviews__wrapper {
        padding: 40px 25px;
    }

    .reviews__top {
        margin-bottom: 25px;
    }

    .reviews .video_lightbox_anchor_image {
        min-height: 208px!important;
    }

    .review__author {
       bottom: 0;
        margin-top: -44px;
        max-width: 219px;
        padding: 14px 16px 4px 10px;
        position: relative;
    }

    .reviews__text {
        margin-top: 10px;
    }

    .reviews__video-wrapper .video-play-btn {
        top: 45%;
    }
}