.review-cta {
    padding: 16px;
    border-radius: 14px;
    background: radial-gradient(ellipse 103.14% 465.97% at 88.19% 50%, #e2b65e 2%, #f671a6 14%, #049595 63%);
    overflow: hidden;
    margin-bottom: 40px
}

.review-cta__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.review-cta__author {
    display: flex;
    align-items: center;
    gap: 12px
}

.review-cta__avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    display: block
}

.review-cta__author-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 170px;
    padding-right: 10px
}

.review-cta__logo {
    width: 120px;
    height: 40px;
    object-fit: contain;
    display: block
}

.review-cta__subtitle {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: .8;
    margin-top: 2px
}

.review-cta__text {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .6px;
    max-width: 100%;
    text-align: left
}

.review-cta__button {
    min-width: 100%;
    width: 100%;
    height: 48px;
    background: #faf8f4;
    border-radius: 4px;
    color: #383d3d;
    font-family: Roboto, serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    text-align: center;
    box-shadow: none;
    border: none;
    transition: background .2s;
    max-width: fit-content
}

.review-cta__button:hover {
    background: #f5f1e9;
    color: #383d3d;
    text-decoration: none
}

.review-cta__button-arrow {
    font-size: 24px;
    margin-left: 8px;
    line-height: 1
}

@media (min-width: 640px) {
    .review-cta {
        padding: 24px
    }

    .review-cta__wrap {
        gap: 30px
    }

    .review-cta__logo {
        width: 160px;
        height: 56px
    }

    .review-cta__text {
        font-size: 20px;
        line-height: 32px
    }

    .review-cta__button {
        min-width: 180px;
        height: 56px;
        font-size: 16px
    }
}

@media (min-width: 1080px) {
    .review-cta {
        padding: 40px;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .review-cta__wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 20px;
        width: 100%
    }

    .review-cta__author {
        gap: 24px;
        min-width: 240px
    }

    .review-cta__text {
        font-size: 26px;
        line-height: 40px;
        max-width: 610px;
        padding-left: 10px
    }

    .review-cta__button {
        width: fit-content;
        min-width: 248px;
        height: 72px;
        font-size: 20px;
        max-width: unset
    }
}

.review-cta-container.uk-container {
    max-width: 1300px;
    padding-bottom: 40px
}

@media (min-width: 960px) {
    .review-cta-container.uk-container {
        padding-bottom: 70px
    }
}
