.testimonial-carousel-wrapper {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.testimonial-carousel {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.progress {
  width: 100%;
  height: 2px;
  background: #BAB6B6;
  margin-top: 60px;
}

.progress-bar {
  width: 0;
  height: 100%;
  background: var(--dover-rosa);
  transition: width 0.5s;
}


 
.testimonial-item {
  max-width: 800px;
  height: auto;
}



.testimonial-item h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

.testimonial-text {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 1.5em;
  text-align: left;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-image-author {
  border-radius: 150px;
}

.testimonial-author img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 1em;
}

.testimonial-author h3 {
  font-size: 1.1em;
  margin: 0;
}

.author-name {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.author-position {
  color: #e91e63;
  text-align: left;
}


.carousel-next:hover {
  filter: invert(35%) sepia(88%) saturate(3954%) hue-rotate(318deg) brightness(95%) contrast(106%);
  cursor: pointer;
}

.carousel-prev:hover {
  filter: invert(35%) sepia(88%) saturate(3954%) hue-rotate(318deg) brightness(95%) contrast(106%);
  cursor: pointer;
}
 
@media (max-width: 599px) {
  .testimonial-item {
    height: 100%;
  }
}