.testimonials-ticker {
  overflow: hidden;
}

.testimonials-ticker .swiper-wrapper {
  transition: all 5s linear;
}

.testimonials-ticker__title {
  text-align: center;
  margin-bottom: 25px;
}

.testimonials-ticker__slide.media-container-bf::before {
  padding-top: 350px;
}

.testimonials-ticker__slide.media-container-bf svg {
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .testimonials-ticker__slide.media-container-bf::before {
    padding-top: 225px;
  }
}
