.rotator--title {
  text-align: center;
     font-family: "Galano Grotesque Bold", Sans-Serif;
    color: #0096d6;
    font-size: 38px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.testimonials{
  position:relative;
}
.testimonial--quote {
  text-align: center;
  font-size: 135%;
  max-width: calc(90% - 142px);
  margin: 0 auto;
  line-height: 1.5;
}
.testimonial--client {
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   /* background-image: url(/Portals/4/Images/Arrow-right.png); */
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   /* background-image: url(/Portals/4/Images/Arrow-left.png); */
}
.swiper-button-next, .swiper-button-prev {
  color:#0096d6 !important;
    z-index: 1 !important;
}
@media only screen and (max-width: 991px) {
.testimonial--quote {
  font-size: 125%;
  max-width: 100%;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 81px;
    background-size: 50px 81px;
}
.testimonials {
	padding-bottom: calc(81px + 1em);
}
.swiper-button-next, .swiper-button-prev {
	top: auto;
    bottom: 0%;
    margin-top: 1em;
}
}