.testimonial {
  position: relative;
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial .container {
  max-width: 710px;
}

.testimonial .testimonials-carousel {
  position: relative;
  width: 100%;
}

.testimonial .testimonial-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.testimonial .testimonial-item p {
  color: #3FC0DC;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-item {
  min-height: 200px;
}

@media (min-width: 768px) {
  .testimonial-item {
    min-height: 200px;
  }
}

.testimonials-icons-row .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  min-height: 250px;
}

.testimonials-icons-row img {
  width: 75% !important;
  height: auto;
}

