.tfc-testimonials {
  margin-top: 60px;
}
.tfc-testimonials__wrapper {
  max-width: 540px;
  margin: 0;
}
.tfc-testimonials .tfc-testimonial {
  color: white !important;
  background-color: #282c2b;
  padding: 1rem 60px;
}
.tfc-testimonials .tfc-testimonial__title {
  font-weight: 300;
  font-size: 19px;
}
.tfc-testimonials .tfc-testimonial__content {
  font-size: 30px !important;
  line-height: 1.3em !important;
}
.tfc-testimonials .swiper-button-prev,
.tfc-testimonials .swiper-button-next {
  color: white;
  opacity: 0;
  transition: 0.3s ease opacity;
}
.tfc-testimonials:hover .swiper-button-prev,
.tfc-testimonials:hover .swiper-button-next {
  opacity: 1;
}
/*# sourceMappingURL=view.css.map */