#testimonials .owl-carousel .owl-nav {
  margin-top: 2em;
  text-align: center;
}

#testimonials .owl-carousel .owl-nav button.owl-prev,
#testimonials .owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.5em;
  margin: 0 1em;
  outline: none;
}

#testimonials .owl-carousel .owl-nav button.owl-prev:hover,
#testimonials .owl-carousel .owl-nav button.owl-next:hover {
  color: #21b2a6;
}

#testimonials .owl-carousel .owl-dots {
  display: none;
}

#testimonials .owl-carousel .item {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2em 4em;
  margin-bottom: 2em;
}

@media screen and (max-width: 736px) {
  #testimonials .owl-carousel .item {
    padding: 1em 2em;
    margin-bottom: 2em;
  }
}

#testimonials blockquote {
  text-align: left;
}

#testimonials .five-star-rating {
  font-size: 2em;
  margin-bottom: 1em;
  display: inline-block;
}

@media screen and (max-width: 736px) {
  #testimonials .five-star-rating {
    margin-bottom: 0;
  }
}