.testimonials .img-container {
  width: 50px;
  height:50px;
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px 0;
  display: flex;
  display: -ms-flexbox !important;
  justify-content: center;
  -ms-flex-pack: center !important;
  align-items: center;
  -ms-flex-align: center !important;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots button {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #cf5053;
  background-color: transparent;
  opacity: 0.75;
  transition: opacity .5s;
  outline: none;
}

.testimonials .owl-dots button.active {
  border-color: #cf5053;
  background-color: #cf5053;
}

.testimonials .owl-dots button:hover {
  opacity: 1;
}
.testimonials .page-header {
	padding-bottom: 20px;
  margin: 0 0 40px 0;
}
.testimonials .testimonial-author {
	color: #202020;
  padding-bottom: 5px;
  display: inline-block;
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
