.bg-white + .testimonial {
    margin-top: 0;
    padding-top: 0;
}

.testimonial-wrapper {
    padding: 0 22px;
}

.testimonial-slide-item {
    position: relative;
    padding: 30px 24px 280px 24px;
    margin-bottom: 42px;
    background: rgb(196,251,53);
    background: linear-gradient(67deg, rgba(196,251,53,1) 0%, rgba(252,254,248,1) 48%, rgba(239,237,249,1) 100%);
    border-radius: 12px;
}

.testimonial-slide-item.no-image {
    padding: 30px 24px 30px 24px;
}

.testimonial-list__card p,
.testimonial-slide-item-content p {
    font-size: 18px;
    color: var( --black );
    font-weight: 500;
}


.testimonial-list__card h3,
.testimonial-slide-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var( --black );
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

.testimonial-list__card h3 span,
.testimonial-slide-item-content h3 span {
    font-size: 16px;
    font-weight: 500;
    color: #19181A;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    line-height: 1.25em;
}

.testimonial-slide-item-image {
    position: absolute;
    width: 263px;
    height: 292px;
    border-radius: 12px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -42px;
}

.testimonial-bottom-content {
    margin-top: 35px;
    text-align: right;
}

.js-testimonial-slider .slick-arrow {
    left: 0;
    transform: unset;
    bottom: -56px;
    right: unset;
    margin: 0;
}

.js-testimonial-slider .slick-next {
    margin-left: 42px;
}

.js-testimonial-slider .slick-arrow::before {
    font-size: 32px;
}

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


@media(min-width: 768px) {
    .testimonial-slide-item {
        padding: 54px 50% 54px 38px;
        margin-bottom: 0;
        background: linear-gradient(78deg, rgba(196, 251, 53, 1) 0%, rgba(252, 254, 248, 1) 42%, rgba(239, 237, 249, 1) 100%);
    }

    .testimonial-slide-item.no-image {
        padding: 54px 38px 54px 38px;
    }

    .testimonial-slide-item-content p {
        font-size: 22px;
        line-height: 1.454em;
        margin: 0 0 30px 0;
    }

    .testimonial-slide-item-image {
        left: unset;
        transform: unset;
        bottom: unset;
        right: 32px;
        top: 54px;
    }

    .testimonial-top-content {
        position: relative;
        padding-right: 50%;
        margin-bottom: 42px;
    }

    .testimonial-top-content h2 {
        margin-bottom: 0;
    }

    .testimonial-top-content a {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .testimonial-wrapper {
        padding: 0 54px;
    }

    .js-testimonial-slider .slick-arrow {
        left: unset;
        right: 28px;
        bottom: 54px;
    }

    .js-testimonial-slider .slick-prev {
        margin-right: 42px;
    }
}

@media(min-width: 1200px) {
    .testimonial-wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1488px;
        padding: 0;
    }

    .testimonial-slide-item {
        padding: 102px 52% 102px 100px;
        margin-bottom: 50px;
        z-index: 1;
        background: transparent;
    }

    .testimonial-slide-item.no-image {
        padding: 102px 100px 102px 100px;
    }

    .testimonial-slide-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(78deg, rgba(196, 251, 53, 1) 0%, rgba(252, 254, 248, 1) 42%, rgba(239, 237, 249, 1) 100%);
        z-index: -1;
        border-radius: 20px;
    }

    .testimonial-slide-item-image {
        right: 50px;
        top: 50px;
        width: 424px;
        height: 506px;
    }

    .testimonial-slide-item-content p {
        font-size: 28px;
        line-height: 1.428em;
        margin: 0 0 46px 0;
        min-height: 199px;
    }

    .testimonial-slide-item-content h3 {
        font-size: 28px;
    }

    .js-testimonial-slider .slick-arrow {
        left: unset;
        right: 498px;
        bottom: 153px;
    }

    .testimonial-top-content {
        padding-right: 38%;
        margin-bottom: 65px;
    }

    .testimonial-top-content .btn-tertiary {
        font-size: 22px;
    }
}


@media(min-width: 1600px) {
    .js-testimonial-slider .slick-arrow {
        right: 600px;
        bottom: 153px;
    }
}

.testimonial-list {
    padding-top: calc(var(--section-margins) * 1.25);
}

.testimonial-list__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
    justify-content: center;
}

.testimonial-list__item {
    width: 100%;
    padding: 0 20px 40px;
}

@media (min-width: 1200px) {
    .testimonial-list__item {
        width: 50%;
    }
}

@media (min-width: 1500px) {
    .testimonial-list__item {
        width: 33.33%;
    }
}

.testimonial-list__card {
    background: rgb(196,251,53);
    background: linear-gradient(45deg, rgba(196,251,53,1) 0%, rgba(252,254,248,1) 48%, rgba(239,237,249,1) 100%);
    border-radius: 12px;
    padding: 40px;   
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-list__card h3 {
    margin-top: auto;
}

.testimonial-list__upper-content {
    margin-bottom: 50px;
}

.testimonial-cta {
    margin-top: 35px;
}