.swiper.vey-testimonials-carousel {
  padding: 10px;
}

.testimonials-carousel__slide {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
  background: #ffffff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  gap: 1.5rem;
}

.testimonials-carousel__slide h4 {
  margin: 0;
  font-weight: 800;
  font-family: graphie, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.testimonials-carousel__slide p {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #757575;
}

.testimonials-carousel__slide p:last-child {
  margin-bottom: 0;
}

.swiper-pagination.testimonials-carousel__pagination {
  position: relative;
  margin-top: 40px;
}

.swiper-pagination.testimonials-carousel__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  opacity: 1;
}

.swiper-pagination.testimonials-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #5CC2DE;
}

