@media screen and (min-width: 768px) {
  .testimonials {
    margin: 0 0 152px;
    padding-top: 152px;
  }
  .testimonials .container {
    align-items: center;
  }
  .testimonials .slick-arrow {
    display: flex !important;
  }
  .testimonials .testimonials__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .testimonials .testimonials__left {
    width: 500px;
  }
  .testimonials .testimonials__left .testimonial__title {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px;
  }
  .testimonials .testimonials__left .testimonial__short-description {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonials .testimonials__right {
    width: 720px;
    margin-right: -48px;
  }
  .testimonials .testimonials__right .quote {
    margin-bottom: 20px;
    width: 48px !important;
    height: 48px !important;
  }
  .testimonials .testimonials__right .testimonials__container {
    border-radius: 24px;
    padding: 48px;
  }
  .testimonials .testimonials__right .testimonial__description {
    font-size: 18px;
    line-height: 28px;
    min-height: 164px;
    margin-bottom: 36px;
  }
  .testimonials .testimonials__right .testimonial__description .first:after,
  .testimonials .testimonials__right .testimonial__description .last:after {
    width: 12px;
    height: 40px;
  }
  .testimonials .testimonials__right .testimonial__description .first:after {
    left: -12px;
  }
  .testimonials .testimonials__right .testimonial__description .last:after {
    right: -12px;
  }
  .testimonials .testimonials__right .testimonial__description.big_sizes {
    font-size: 32px;
    line-height: 44px;
  }
  .testimonials .testimonials__right .testimonial__description.big_sizes .first:after,
  .testimonials .testimonials__right .testimonial__description.big_sizes .last:after {
    width: 12px;
    height: 56px;
  }
  .testimonials .testimonials__right .author__name-highlighted {
    height: 86px;
    bottom: 60px;
    font-size: 72px;
    line-height: 86px;
  }
  .testimonials .testimonials__right .authors__avatar {
    margin: 0 auto 12px;
  }
  .testimonials .testimonials__right .author__name {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials .testimonials__right .author__role {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonials .testimonials__right .testimonials-navigation {
    gap: 16px;
    margin-top: 48px;
  }
  .testimonials.only_right .testimonials__right {
    margin-right: -20px;
  }
  .testimonials.only_right .testimonial__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1261px) {
  .testimonials .testimonials__right {
    margin-right: 0;
  }
}
