@media screen and (max-width: 767px) {
  .testimonials {
    margin: 0 0 72px;
    padding-top: 72px;
  }
  .testimonials .container {
    flex-direction: column;
    gap: 48px;
  }
  .testimonials .testimonials__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .testimonials .testimonials__left .testimonial__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .testimonials .testimonials__left .testimonial__short-description {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials .testimonials__right {
    /*.testimonials-swipe{
      display: flex;
      font-size: 14px;
      line-height: 20px;
      gap: 6px;
      img{
        width: 15px;
        height: 15px;
      }
    }*/
  }
  .testimonials .testimonials__right .quote {
    margin-bottom: 16px;
    width: 32px !important;
    height: 32px !important;
  }
  .testimonials .testimonials__right .testimonials__container {
    border-radius: 16px;
    padding: 32px;
  }
  .testimonials .testimonials__right .testimonial__description {
    font-size: 16px;
    line-height: 24px;
    min-height: 264px;
    margin-bottom: 20px;
  }
  .testimonials .testimonials__right .testimonial__description .first:after,
  .testimonials .testimonials__right .testimonial__description .last:after {
    width: 10px;
    height: 33px;
  }
  .testimonials .testimonials__right .testimonial__description .first:after {
    left: -10px;
  }
  .testimonials .testimonials__right .testimonial__description .last:after {
    right: -10px;
  }
  .testimonials .testimonials__right .testimonial__description.big_sizes {
    font-size: 26px;
    line-height: 34px;
  }
  .testimonials .testimonials__right .testimonial__description.big_sizes .first:after,
  .testimonials .testimonials__right .testimonial__description.big_sizes .last:after {
    width: 12px;
    height: 44px;
  }
  .testimonials .testimonials__right .testimonial__description.big_sizes .first:after {
    left: -10px;
  }
  .testimonials .testimonials__right .testimonial__description.big_sizes .last:after {
    right: -10px;
  }
  .testimonials .testimonials__right .author__name-highlighted {
    height: 48px;
    bottom: 72px;
    font-size: 40px;
    line-height: 48px;
  }
  .testimonials .testimonials__right .authors__avatar {
    margin: 0 auto 8px;
  }
  .testimonials .testimonials__right .author__name {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonials .testimonials__right .author__role {
    font-size: 12px;
    line-height: 18px;
  }
  .testimonials .testimonials__right .testimonials-navigation {
    gap: 16px;
    margin-top: 32px;
  }
  .testimonials.only_right .testimonial__description {
    font-size: 14px;
    line-height: 20px;
  }
}
