.arrowdown {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid rgba(250, 151, 2, 0.6);
}
@media (width <= 48rem) {
  .arrowdown {
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid rgba(250, 151, 2, 0.6);
  }
}

.swiper#realSwiper, #feedbackSwiper {
  overflow: visible !important;
}/*# sourceMappingURL=testimonials.css.map */