.testimonials--homepage {
    margin: 70px 0;
}

.testimonials__heading {
    text-align: center;
    margin-bottom: 35px;
}

.testimonials__heading .btn-group {
    justify-content: center;
}

.testimonial {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 4px 30px 0 rgba(0, 135, 81, 0.37);
    padding: 18px 22px;
    color: var(--text-body);
    position: relative;
    box-sizing: border-box;
}

.testimonials__slider-wrap .slick-list {
    overflow: visible;
}

.testimonial__content p {
    font-size: 18px;
    line-height: 1.55em;
    margin-bottom: 15px;
}

.testimonial__info {
    padding-left: 80px;
}

.testimonial__info h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: normal;
    color: var(--dark);
}

.testimonial__info h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: normal;
    color: var(--primary);
    max-width: 195px;
}

.testimonial__image {
    position: absolute;
    left: 22px;
    bottom: 18px;
    width: 67px;
    height: 84px;
}

.testimonial__image img {
    border-radius: 10px;
}

.testimonials-slider {
    padding-bottom: 52px;
}

.testimonials__slider-wrap .slick-arrow {
    width: 18px;
    height: 18px;
    bottom: -5px;
    background: transparent;
    border-radius: 0;
}

.testimonials__slider-wrap .slick-arrow:before {
    font-size: 18px;
    color: var(--dark);
}

.testimonials__slider-wrap .slick-next {
    left: calc(50% + 132px);
}

.testimonials__slider-wrap .slick-prev {
    left: calc(50% - 132px);
}

.testimonials__slider-wrap .slick-arrow:hover:before {
    color: var(--secondary);
}

.testimonials__btn {
    margin-top: 45px;
}

.testimonials__heading h2 {
    position: relative;
    display: inline-block;
}

.testimonials__heading h2::before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -6px;
    width: 127px;
    height: 12px;
    background: url(/wp-content/themes/mwcc/assets/img/text-arrow-green.svg) 0 0 no-repeat;
    background-size: 100%;
    opacity: 0;
}

.testimonials-slider.slick-initialized .testimonial__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
    .testimonials--homepage {
        margin: 100px 0 72px;
        position: relative;
    }

    .testimonials--homepage::before {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% - 50px);
        transform: translate(-50%, -50%);
        width: 665px;
        height: 665px;
        border-radius: 50%;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 206, 124, 0.28) 0%, rgba(255, 255, 255, 0.28) 100%);
    }

    .testimonials__heading {
        margin-bottom: 25px;
    }

    .testimonials__heading h2::before {
        opacity: 1;
    }

    .testimonial {
        padding: 18px 22px;
        display: flex;
        flex-wrap: wrap;
    }

    .testimonial__content {
        width: calc(100% - 183px);
        padding: 3px 0 3px 23px;
    }

    .testimonial__content p {
        margin-bottom: 10px;
    }

    .testimonial__info {
        padding-left: 0;
    }

    .testimonial__info h3 {
        margin-bottom: 4px;
    }

    .testimonial__info h4 {
        max-width: 100%;
    }

    .testimonial__image {
        position: relative;
        left: 0;
        bottom: 0;
        width: 183px;
        height: auto;
    }

    .testimonial__image img {
        position: absolute;
    }

    .testimonials-slider {
        padding-bottom: 60px;
    }

    .testimonials__btn {
        margin-top: 50px;
    }
}


@media (min-width: 1200px) {
    .testimonials-full {
        position: relative;
    }

    .testimonials__heading {
        margin-bottom: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 350px;
        z-index: 2;
    }

    .testimonials__heading h2 {
        margin-bottom: 20px;
    }

    .testimonials-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonials-row--top {
        gap: 30px 50px;
    }

    .testimonials-row--top .testimonial {
        max-width: 560px;
    }

    .testimonials-row--top .testimonial:last-child {
        margin-top: 42px;
    }

    .testimonials-row--middle {
        gap: 30px 400px;
        margin: 30px 0 42px;
        flex-wrap: nowrap;
        padding-left: 40px;
        padding-right: 40px;
    }

    .testimonials-row--middle .testimonial {
        max-width: 450px;
    }

    .testimonials-row--middle .testimonial:last-child {
        margin-top: 42px;
    }

    .testimonials-row--bottom {
        gap: 30px 70px;
    }

    .testimonials-row--bottom .testimonial {
        max-width: 550px;
    }

    .testimonials-row--bottom .testimonial:last-child {
        margin-top: 42px;
    }

    .testimonials-row .testimonial {
        height: 100%;
    }

    .testimonials-row .testimonial__image {
        width: 120px;
    }

    .testimonials-row .testimonial__content {
        width: calc(100% - 120px);
        padding: 3px 0 3px 12px;
    }

    .testimonials-row .testimonial__content p {
        letter-spacing: 0.01em;
        font-size: 17px;
    }

    .testimonial__content p {
        font-size: 17px;
    }

    .testimonials__heading h2::before {
        right: 14px;
    }
}

@media (min-width: 1600px) {
    .testimonials-row--top .testimonial {
        max-width: 634px;
    }

    .testimonials-row--top {
        gap: 30px 102px;
    }

    .testimonial__content p {
        font-size: 18px;
    }

    .testimonials-row .testimonial__image {
        width: 153px;
    }

    .testimonials-row .testimonial__content {
        width: calc(100% - 153px);
        padding: 3px 0 3px 23px;
    }

    .testimonials-row .testimonial__content p {
        font-size: 18px;
    }

    .testimonials-row--middle {
        gap: 30px 450px;
        margin: 30px 0 0;
        flex-wrap: nowrap;
    }

    .testimonials-row--middle .testimonial {
        max-width: 562px;
    }

    .testimonials-row--bottom {
        gap: 30px 66px;
    }

    .testimonials-row--bottom .testimonial {
        max-width: 634px;
    }

    .testimonials__heading {
        max-width: 435px;
    }

    .testimonials__heading h2 {
        margin-bottom: 24px;
        font-size: 75px;
        line-height: 1.13em;
    }

    .testimonials__heading h2::before {
        right: 35px;
        bottom: -10px;
        width: 144px;
        height: 17px;
    }

    .testimonials--homepage::before {
        width: 1106px;
        height: 1106px;
        border-radius: 50%;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 206, 124, 0.13) 0%, rgba(255, 255, 255, 0.13) 100%);
    }

}

@media(min-width: 1700px) {
    .testimonials-row--middle { 
            gap: 30px 590px;
    }
}
@media(min-width: 1920px) {
    .testimonials-row .testimonial {
        max-width: 634px;
    }
}