.testimonials-container .swiper .swiper-wrapper .swiper-slide {
  background: transparent;
}

.hexagon.small .sl-small-pen {
  width: 50px;
  margin: auto;
}

.hexagon.small .sl-small-pen::before {
  color: #fff;
}

.testimonials-container .swiper-slide p {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  padding: 30px 130px 20px;
  line-height: 28px;
}

@media screen and (max-width: 479px) {
  .testimonials-container .swiper-slide p {
    padding: 30px 20px 20px;
  }
}

.testimonials-container .swiper-slide h6 {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.swiper.testimonials-swiper .swiper-pagination {
  bottom: 0px !important;
}
