.testimonial-container {
  text-align:center;
}

.decorated{
  overflow: hidden;
  text-align: center;
  margin-bottom:0px;
}

.decorated img {
  height:55px;
  width:55px;
}

.decorated > span{
  position: relative;
  display: inline-block;
}
.decorated > span:before, .decorated > span:after{
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid;
  width: 620%; /* half of limiter*/
  margin: 0 20px;
  color: #E1E3EF;
}
.decorated > span:before{
  right: 100%;
}
.decorated > span:after{
  left: 100%;
}

.testimonial-company-logo {
  margin: 20px 0;
  text-align:center;
}

.testimonial-text {
  max-width:900px;
  margin:0 auto;
  font-weight: 400;
  font-size: 27px;
  line-height: 38px;
}

.testimonal-avatar img {
  margin-top:35px;
  border-radius: 50%;
  width:80px !important;
  height:80px;
  margin-bottom:10px;
}

.testimonial-name {
  font-weight:600;
}

.testimonial-title {
  font-weight:400;
  margin-bottom: 30px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #dc3bf6;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #dc3bf6;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
  