.testimonial-section h2{
  margin-bottom: 2rem;
}
.testimonial-card{
  margin-right:4em !important;
  margin-left: 1em !important;
}

@media (max-width: 992px) {
  .testimonial-card{
    margin: 0 auto 0 auto !important;
  }
}
.swiper-wrapper{
  margin-bottom:5em;
}
.swiper-slide{
  align-self: center;
}

.testimony-wrapper{
  width: 80% !important;
}

.swiper-pagination span.swiper-pagination-bullet{
    background-color: var(--green);
    width: 24px;
    height: 24px;
}

#testimonial-btn-next,
#testimonial-btn-prev {
  width: clamp(2.5em, 7vw, 7em); 
  height: clamp(2.5em, 7vw, 7em);
  border-radius: 50%; 
  display: block;
  color: transparent;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
  margin-top: auto !important;
}

#testimonial-btn-next img:hover,
#testimonial-btn-prev img:hover{
  color: var(--dark-green) !important;
}

#testimonial-btn-next img,
#testimonial-btn-prev img {
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain;
  padding: 0;
}

#testimonial-btn-next {
    transform: translateY(-50%);
}

#testimonial-btn-prev {
    transform: translateY(-50%) rotate(180deg);
}