.testimonials {
    position: relative;
    z-index: 1;
}

.testimonials--homepage {
    padding-top: 44px;
}

.testimonials__top-content {
    margin-bottom: 20px;
}

.testimonials__wrap {
    padding: 0 23px;
}

@media (max-width: 600px) {
 .testimonials__btns {
     .btn-tertiary {
         margin-left: 0;
     }
 }
}

@media (max-width: 1000px) {
 .testimonials__top-content {
     h2{
         margin-bottom: 0;
     }
 }
}


@media (min-width: 1200px) {
.testimonials__footer {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 24px;
      margin-left: 100px;
  }  
}

@media (min-width: 1800px) {
  .testimonials__footer {
      margin-left: 330px;
  }  
}

.testimonials__arrows {
    position: relative;
    width: 125px;
    height: 43px;
    flex-shrink: 0;
}

.testimonials__arrows .slick-prev {
    left: 0;
    margin-left: 0;
}

.testimonials__arrows .slick-next {
    right: auto;
    left: 75px;
    margin-right: 0;
}

.testimonials-slider-wrap {
    padding-bottom: 24px;
}

.testimonials-slider-item {
    padding-top: 15px;
}

.testimonials__btns {
    margin-top: 40px;
}

.testimonials__video {
    margin-top: 50px;
}

.testimonials-video-image {
    width: 100%;
    height: 230px;
    display: block;
    background: transparent;
    position: relative;
}

.testimonials-video-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(200, 15, 46, 0.35) 0%, rgba(200, 15, 46, 0.35) 100%);
}

.testimonials-video-image img {
    object-position: top;
}

.testimonials-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.3s;
}

.year-text {
    margin: 60px 0 -3px;
    padding: 0;
    font-weight: normal;
    width: 100%;
    color: var(--color-gray-200);
    line-height: 0.9em;
    font-family: var(--title-font-family);
    text-transform: uppercase;
    display: block;
    

    svg {
        width: 99.2lvw;
        height: auto;
        display: block;
    }
}

@media (min-width: 768px) {
    .testimonials--homepage {
        padding-top: 20px;
        margin-top: 20px;
    }

    .testimonials__top-content {
        margin-bottom: 40px;
        max-width: 508px;
    }

    .testimonials__wrap {
        padding: 0 0 0 52px;
    }

    .testimonials-slider-wrap {
        padding-bottom: 24px;
    }

    .testimonials-slider-wrap .slick-track {
        display: flex;
    }

    .testimonials-slider-wrap .slick-slide {
        margin: 0 16px;
        height: auto;
    }

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

    .testimonials-slider-wrap .testimonial {
        width: 508px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonials-slider-wrap .testimonial__content {
        height: auto !important;
    }

    .testimonials-slider-wrap .testimonial__info {
        height: auto !important;
    }

    .testimonials__btns {
        margin-top: 50px;
    }

    .testimonials__video {
        margin-top: 44px;
        padding: 0 52px;
    }

    .testimonials-video-image {
        height: auto;
        aspect-ratio: 664 / 407;
    }

    .testimonials-play-btn {
        width: 104px;
    }

    .year-text {
        margin-bottom: -4px;
        margin-top: 80px;
    }
}


@media (min-width: 1200px) {
    .testimonials--homepage {
        padding-top: 35px;
        margin-top: 25px;
    }

    .testimonials__top-content {
        margin-bottom: 20px;
    }

    .testimonials__top-content h2 {
        line-height: 1.2em;
    }

    .testimonials__wrap {
        padding: 0 0 0 0;
        width: calc(50% + 414px);
        position: relative;
    }

    .testimonials-slider-wrap {
        margin-left: -212px;

    }

    .testimonials-slider-wrap .slick-slide {
        margin: 0 16px;
    }

    .testimonials-slider-wrap .testimonial {
        width: 508px;
    }

    .testimonials__btns {
        margin-top: 0;
    }

    .testimonials__video {
        margin-top: 0;
        padding: 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(50% - 230px);
        height: 718px;
    }

    .testimonials-video-image {
        height: 100%;
        aspect-ratio: auto;
    }

    .testimonials-play-btn {
        width: 144px;
    }

    .year-text {
        margin: 140px 0 -4px;
    }

    .testimonials-video-image:hover .testimonials-play-btn {
        width: 160px;
    }
}
