/********************TESTIMONIALS********************/
.testimonials-container .carousel-item * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonials-container .carousel-item.active,
.testimonials-container .carousel-item-next,
.testimonials-container .carousel-item-prev {
  display: block;
}
.testimonials-container .carousel-control-prev-icon,
.testimonials-container .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
