.testimonials .testimonials-section .slick-track {
  display: flex !important;
}
.testimonials .testimonials-section .slick-slide {
  height: inherit !important;
  display: flex;
}
.testimonials .testimonials-section .slick-next::before,
.testimonials .testimonials-section .slick-prev::before {
  font-size: 30px;
}
.testimonials .testimonials-section .slick-next {
  right: -30px;
}
.testimonials .testimonials-section .slick-prev {
  left: -30px;
}
.testimonials .testimonials-section .slick-next,
.testimonials .testimonials-section .slick-prev {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.testimonials .testimonials-section .testimonial-content {
  background: #1d4f91;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.testimonials .testimonials-section .testimonial-content .quote-large {
  color: #e63888;
  font-size: 11rem;
  font-family: Arial;
  line-height: 0;
  padding-top: 5rem;
}
.testimonials .testimonials-section .testimonial-content .testimonial-person {
  margin-top: auto;
}
.testimonials .testimonials-section .testimonial-content .testimonial-person h5 {
  font-size: 1.2rem;
  color: #e63888 !important;
}
