.review-image-container img {
    display: none;
}

.under-1280 {
    display: none;
}

.review-learn-more {
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 249px;
    height: 32px;
    padding: 0 12px 0 12px;
    border-radius: 8px;
    border: 1px solid #0D3051;
}

.review-learn-more img {
    width: 18px;
    height: 18px;
}

span.shortrew {
    display: block;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

@media (min-width: 921px) {
    .rews-slider .slick-list {
        border-radius: 16px;
    }

    .rews-slider-item {
        transform: translateX(0);
        transition: transform .6s ease !important;
        opacity: 1 !important;
    }

    .rews-slider-item_translate {
        z-index: 1001 !important;
        transform: translateX(-100%);
    }
}

@media (max-width: 1279px) {
    .under-1280 {
        display: block;
    }

    .review-image-container {
        display: none;
    }
}

@media (min-width: 1280px) {

    .rews-block {
        max-width: 1088px;
        width: calc((100% / 11) * 10);
        margin-top: 0 !important;
    }

    .rews-slider-iner {
        padding: 52px 48px 52px 64px !important;
        min-height: 186px !important;
        margin-right: 0 !important;
    }

    .rews-slider-left {
    }

    .big-white-text-p {
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        text-align: left;
    }

    .rews-slider-right .spec-image {
        width: 120px;
        height: 120px;
    }

    .rews-slider-right-title {
        line-height: 30px;
    }

    .slick-arrow {
        right: -112px !important;
    }

    .review-title {
        margin-bottom: 0 !important;
    }

    .review-title span {
        font-weight: 600;
    }

    .review-description {
        width: 100%;
        max-width: 1088px;
        display: flex;
        flex-direction: row;
        margin-bottom: 40px !important;
    }

    .review-description-left {
        max-width: 799px;
    }

    .review-image-container {
        overflow: hidden;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-left: 2px;
    }

    .review-image-container img {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 16px;
    }

    .review-with-photo {
        display: flex;
        flex-direction: row;
        max-width: 1088px;
        padding: 40px 48px 40px 64px !important;
        border: none;
        border-radius: 16px;
        gap: 80px;
        background: linear-gradient(221.93deg, #00182E 0.34%, #0E518E 100%);
    }

    .review-with-photo-left {
        max-width: 636px;
    }

    .review-with-photo-text {
        font-family: Inter, sans-serif;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        text-align: left !important;
    }

    .review-with-photo-right {
        max-width: 260px;
        display: flex;
        flex-direction: column;
    }

    .review-with-photo-right img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .client-job-title {
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #A7BBCE;
    }

    .extend-review-button {
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        text-decoration: underline;
    }

    .reviewOpened {
        max-height: unset;
    }

    .reviewSubtitleMargin {
        margin: 16px 0 0 !important;
    }

    .reviewsBlockMargin {
        margin: 40px 0 0 !important;
    }
}

@media (max-width: 1024px) {
    .review-learn-more {
        margin-left: 0;
        margin-top: 24px;
    }
}