.carousel blockquote, .carousel section, .carousel article {
  border: none;
}



.carousel {
  position: relative; 
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.testimonial {
  display: none;
  padding: 20px;
  text-align: center;
}

.active {
  display: block;
}

.carousel-button {
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  z-index: 50;  
  padding:30px 20px;
}

#prev {
  left: 0;
}

#next {
  right: 0;
}

.carousel .slider__caption {
  font-size: 14px;
  color: #111;
  opacity: .5;
  font-weight: bold;
}

.carousel .slider__txt {
  text-align:justify;
  font-size: 14px;
  line-height: 1.7;
  color: #111;
 margin:auto;
  max-width: 80%;
}

.carousel .slider__txt ul{
  padding-left:15px;
}