#testimonials-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(https://fleetwraphq.com/dev/wp-content/uploads/2022/04/home_bg_new_2.jpeg);
  background-size: cover;
  background-position: center;
}
#testimonial-carousel .testimonial-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 10px 10px 20px 0 #cccccc;
}

#testimonial-carousel .testimonial-item {
  display: flex;
}

@media (max-width: 768px) {
  #testimonial-carousel .testimonial-item {
    flex-direction: column;
    align-items: center;
  }
}

#testimonial-carousel .testimonial-text {
  font-size: 1em;
  color: #363636;
  padding: 20px;
}

#testimonial-carousel .testimonial-author {
  margin-top: 20px;
  color: #00a2ff;
  font-weight: 700;
}
@media (max-width: 768px) {
  #testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
