.testimonial {
    position: relative;
    padding: 75px 0 0 0;
    margin-bottom: -50px;
}

.testimonial-right-image {
    background: rgb(187, 216, 252);
    background: linear-gradient(0deg, rgba(187, 216, 252, 1) 0%, rgba(170, 209, 249, 1) 100%);
    position: relative;
    z-index: 1;
    margin-top: -15px;
    height: 453px;
    overflow: hidden;
}

.testimonial-right-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

.testimonial-right-image img {
    position: relative;
    z-index: 1;
    width: calc(100% + 93px);
    max-width: unset;
    height: auto;
    left: -45px;
}

.testimonial-item {
    padding: 25px 23px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
}

.testimonial-item-bottom h3 {
    font-size: 18px;
    color: #2c2c2c;
    font-style: italic;
    margin: 0;
}

.testimonial-item-bottom h3 span {
    font-size: 16px;
    color: #c28e07;
    display: block;
}

.testimonial-item-bottom {
    margin-top: 15px;
}

.testimonial-content .btn {
    margin-top: 30px;
}

.testimonial-content-wrapper {
    position: relative;
    z-index: 2;
}

.testimonial-content h2 {
    font-size: 35px;
    margin: 0 0 35px;
}

.testimonial-item p {
    font-size: 16px;
}

@media (min-width: 768px) {
    .testimonial-right-image {
        margin-top: 0;
        height: 587px;
        overflow: unset;
        margin-bottom: -80px;
    }

    .testimonial {
        padding: 0 0 130px 0;
    }

    .testimonial-right-image img {
        position: absolute;
        bottom: 0;
        left: -85px;
        width: calc(100% + 163px);
        top: -321px;
    }

    .testimonial-right-image:after {
        bottom: -112px;
        top: unset;
        z-index: 1;
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 63%);
        height: calc(100% - 60px);
    }

    .testimonial-list {
        display: flex;
        margin: 0 -16px;
        width: calc(100% + 32px);
    }

    .testimonial-item {
        width: calc(50% - 32px);
        margin: 0 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonial-item-bottom {
        min-height: 60px;
    }

    .testimonial-right-image:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -490px;
        width: 100%;
        height: 390px;
        background-color: #fff;
        z-index: 2;
    }

    .testimonial-content h2 {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .testimonial-right-image {
        height: 100%;
        overflow: unset;
        margin-bottom: 0;
        width: 50%;
        right: 0;
        top: 0;
        position: absolute;
    }

    .testimonial-right-image:before {
        display: none;
    }

    .testimonial-right-image:after {
        bottom: 0;
        top: unset;
        height: 100%;
        left: -50%;
        background: rgb(255, 255, 255);
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 56%);
        width: 110%;
    }

    .testimonial {
        padding: 106px 0 140px 0;
    }

    .testimonial-list {
        max-width: 866px;
    }

    .testimonial-right-image img {
        left: 50%;
        width: 1218px;
        top: -397px;
        transform: translate(-50%, 0);
    }

    .testimonial-item p {
        font-size: 18px;
    }

    .testimonial-item {
        padding: 25px 21px;
    }

    .testimonial-item-bottom {
        min-height: unset;
    }
}

@media (min-width: 1600px) {
    .testimonial-right-image:after {
        left: -420px;
    }
}

@media (min-width: 2000px) {
    .testimonial-right-image img {
        left: 52.5%;
    }
}
