.g5plus-testimonials .testimonial-item {
  text-align: center;
}
.g5plus-testimonials .testimonial-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
}
.g5plus-testimonials .testimonial-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.g5plus-testimonials .testimonial-item h6 {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.g5plus-testimonials .testimonial-item h6:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #ddd;
  position: absolute;
  left: -69px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g5plus-testimonials .testimonial-item h6:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #ddd;
  position: absolute;
  right: -69px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g5plus-testimonials.color-light p {
  color: #fff;
}
.g5plus-testimonials .owl-dots {
  padding-top: 48px;
}
.g5plus-testimonials .owl-dots .owl-dot span {
  width: 40px;
  height: 6px;
  border-radius: 0;
  margin: 5px;
}

/*# sourceMappingURL=testimonials.css.map */
