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

.testimonials__image {
    padding-right: 22px;
    height: 175px;
}

.testimonials__image img {
    border-radius: 0px 10px 10px 0px;
}

.testimonials__headlines {
    padding: 25px 22px 10px;
}

.testimonials__headlines--homepage h2 {
    color: #000;
}

.testimonials__right {
    padding: 0 22px;
}

.testimonial-slider .slick-track {
    display: flex;
}

.testimonial-slider .slick-slide {
    height: inherit;
}

.testimonial-slider .slick-slide div {
    height: 100%;
}

.testimonial-slider .slick-slide .testimonial div {
    height: auto;
    color: #000;
    font-weight: 500;
}

.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    border-radius: 10px;
    background: rgba(220, 221, 222, 0.25);
    padding: 35px 25px;
}

.testimonial-slider .slick-slide .testimonial .testimonial__star {
    display: flex;
    gap: 9px;
    color: #C69D5F;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 10px;
}

.testimonial__top p {
    color: #000;
    font-size: 16px;
}

.testimonial-slider .slick-slide .testimonial  .testimonial__bottom {
    padding-top: 10px;
}

.testimonial-slider .slick-slide .testimonial .testimonial__author {
    color: #808285;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
}

.testimonial-slider {
    margin: 0 -16px;
    padding-bottom: 69px;
}

.testimonial-item {
    padding: 0 16px;
}

.testimonials__right__wrap {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .testimonials--homepage {
        margin: 80px 0;
    }

    .testimonials__left {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .testimonials__image {
        width: 50%;
        padding-right: 16px;
        height: 247px;
    }

    .testimonials__image img {
        border-radius: 0px 10px 10px 0px;
    }

    .testimonials__headlines {
        padding: 0 52px 0 16px;
        width: 50%;
    }

    .testimonials__headlines h2 {
        margin-bottom: 0;
        color: #000;
    }

    .testimonials__right {
        padding: 35px 52px 0;
    }

    .testimonial {
        padding: 40px 35px;
    }

    .testimonial-slider {
        padding-bottom: 82px;
    }

    .testimonials__right__wrap {
        margin-top: 25px;
    }
}


@media (min-width: 1200px) {
    .testimonials--homepage {
        margin: 120px 0;
    }

    .testimonials {
        display: flex;
        flex-wrap: wrap;
    }

    .testimonials__left {
        display: block;
        position: relative;
        width: calc(50% - 233px);
    }

    .testimonials__image {
        width: 100%;
        padding-right: 0;
        height: 100%;
        position: relative;
    }

    .testimonials__image img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .testimonials__right {
       width: calc(50% + 233px);
       padding: 32px 0 36px 33px;
    }

    .testimonials__headlines {
        padding: 0 0 30px 0;
        width: 100%;
    }

    .testimonial__top p {
        font-size: 17px;
        line-height: 1.647em;
    }

    .testimonial {
        width: 506px;
    }

    .testimonial-slider {
        padding-bottom: 0;
    }

    .testimonials__right__wrap {
        margin-top: 27px;
        text-align: right;
        max-width: 864px;
    }

    .testimonial-slider .slick-arrow {
        bottom: -87px;
        transition: all 300ms ease-in-out;
    }

    .testimonial-slider .slick-prev {
        margin: 0;
        left: 16px;
    }

    .testimonial-slider .slick-next {
        right: auto;
        margin: 0;
        left: 123px;
    }
}

