.testimonial-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.testimonial-slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.testimonial-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    transition: transform 0.3s ease;
}


.testimonial-slider>.testimonial-card {
    scroll-snap-align: start;
}