.cybersolus-testimonials-track {
  display: flex;
  width: 100%;
  transition: transform 800ms ease;
  will-change: transform;
}

.cybersolus-testimonials-track .gem-testimonial-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.cybersolus-testimonials-track .gem-testimonial-item[aria-hidden="true"] {
  pointer-events: none;
}

.cybersolus-clients-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}

.cybersolus-clients-track::-webkit-scrollbar {
  display: none;
}

.cybersolus-clients-track .gem-client-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
