
.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 700px;
}

.testimonials {
  background: #f46523;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
 font-size: 12px;
  font-weight: 600;
  }
  .testimonials .message {
  font-size: 14px;
  font-weight: 600;
  }
  
    .testimonials p {
   font-size: 16px;
  font-weight: 300;
    color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
  }

  .testimonials h2 {
   font-size: 14px;
  font-weight: 800;
  }
   .testimonials h3 {
   font-size: 18px;
  font-weight: 400;
    color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
  }
  
    .testimonials h5 {
   font-size: 16px;
  font-weight: 400;
    color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
  }

 .testimonials image {
    align-items: center;
  justify-content: center; 
  text-align: center;
  padding-bottom: 20px;
  }
  .testimonials img {
    align-items: center;
  justify-content: center; 
  text-align: center;
  padding-bottom: 20px;
  }
