.section-image-testimonials {
  .image-with-text__content {
    padding: 20px;
  }
  .slider-button {
    width: 48px;
    height: 48px;
    padding: 0;
  }
  .slider-buttons {
    display: flex;
    gap: 20px;
  }
  .slideshow__text-wrapper.banner__content {
    padding: 0;
  }
  .image-with-text__title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #1F334C;
    margin-bottom: 20px;
  }
  .banner__quote.inline-richtext {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  .banner__heading {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
  }
  .slideshow.banner {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
.banner__quote.inline-richtext { font-size: 18px !important; }
}
