.testimonial-carousel-container {
  line-height: normal;

  .swiper-wrapper {
    overflow: visible !important;
    gap: initial !important;
  }

  .testimonial-slide {
    text-align: center;
    padding: 50px 20px;
    color: white;
    font-size: 22px;
  }

  .testimonial-slide__img {
    width: 67px;
    height: 67px;
    display: block;
    margin: 0 auto 20px;
  }

  .testimonial-slide__img svg {
    width: 100%;
    height: 100%;
    fill: #ffc501;
  }

  .testimonial-slide__title {
    height: auto !important;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
  }

  .testimonial-slide__text {
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 15px;
    color: rgba(255, 255, 255, 0.9);
    word-break: break-word;
  }

  .testimonial-slide__name {
    font-weight: bold;
    font-size: 22px;
    color: #ffd700;
    margin-top: 15px;
  }

  .testimonial-slide__position {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
  }

  .testimonial-carousel .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: background-color 0.3s ease;
  }

  .testimonial-carousel .swiper-pagination-bullet-active {
    background-color: white;
    transform: scale(1.2);
  }

  .swiper-pagination-testimonial {
    position: relative !important;
    bottom: -20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    margin: 6px;
  }

  .swiper-pagination-bullet-active {
    background-color: #3a7bd5;
    opacity: 1;
    transform: scale(1.2);
  }
}
