.video-testimonials {
  .slider__slide {
    width: 196px;
  }
  .deferred-media {
    border-radius: 10px;
    overflow: hidden !important;
  }
  .rte {
    font-size: 1.8rem;
    line-height: 1.35;
    margin-top: 1.6rem;
  }
  h2 {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 750px) {
  .video-testimonials {
    .rte {
      font-size: 1.8rem;
    }
  }
}
