.home-testimonials-section {
  padding-bottom: 2.5rem;
}

.testimonial-block {
  color: #fff;
  text-align: center;
}

.testimonial-pagination {
  text-align: center;
}
.testimonial-pagination .owl-dot {
  padding: 0!important;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  border: none;
  margin: 0 .6rem;
}
.testimonial-pagination .owl-dot.active {
  background-color: transparent;
  border: thin solid #fff;
}

@media screen and (min-width: 750px) {
  .testimonial-block h2 {
    font-size: 3rem;
  }
}