.acm-testimonial.style-2 .testimonial-item-wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.acm-testimonial.style-2 .testimonial-item-wrap .description {
  font-size: 30px;
}
.acm-testimonial.style-2 .testimonial-img {
  margin: auto;
  max-width: 96px;
}
.acm-testimonial.style-2 .testimonial-name {
  font-size: 18px;
  margin-top: 30px;
}
.acm-testimonial.style-2 div.owl-carousel .owl-dots {
  position: static;
  margin-top: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
}
.acm-testimonial.style-2 div.owl-carousel .owl-dots .owl-dot,
.acm-testimonial.style-2 div.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
  height: 10px;
  width: 10px;
}
.acm-testimonial.style-2 div.owl-carousel .owl-dots .owl-dot.active,
.acm-testimonial.style-2 div.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #dd2222;
  opacity: 1;
  width: 16px;
  top: 0px;
}
.acm-testimonial.style-2 div.owl-carousel .owl-dots span {
  background-color: #666666;
  border-radius: 12px;
  display: block;
  height: 10px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  width: 10px;
}