#testimonials {
  padding: 40px;
  background-color: #FFF2E7;
}


/* Owl Carousel Styles */
.owl-carousel {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}

.owl-carousel .item {
  background: var(---main-title-color);
  padding: 30px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 10px;
}

.owl-carousel .item h2 {
  color: white;
  font-family: var(---nexa);
  font-size: 24px;
}

.owl-carousel .item p {
  font-family: var(---gilroy);
  color: white;
  font-size: 18px;
  line-height: 1.4rem;
  height: 250px;
}

.image-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-placeholder img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.owl-nav button {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
}

.owl-nav button:hover {
  background: #666;
}

.owl-carousel .owl-item img {
  display: block;
  width: 80%;
}