.jb {
  .testimonials {
    .testimonials__slide-text.title--section.h2 {
      font-family: "Moderat-Serif-Light-Italic";
      font-size: 28px;
      font-style: italic;
      font-weight: 300;
      line-height: 140%; /* 39.2px */
    }

    .testimonials__slide-stars .icon-star {
      color: #bfbfbf;
    }

    .swiper-buttons--transparent {
      background-color: transparent;
      .swiper-button-next,
      .swiper-button-prev,
      .swiper-pagination {
        color: black;
      }
    }
  }
}

.jb.jb-testimonial.color-white {
  background-color: white;
  .testimonials__slide-text.title--section.h2 {
    color: var(--Type-dark-heading, #151515);
    /* test Update */
  }
  .testimonials__slide-meta {
    color: #bfbfbf;
  }
}

@media (min-width: 500px) and (max-width: 990px) {
  .jb.jb-testimonial.color-white {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
