.scrolling-wrapper, .scrolling-wrapper2, .scrolling-wrapper3 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

.scrolling-wrapper2::-webkit-scrollbar {
  display: none;
}

.scrolling-wrapper3::-webkit-scrollbar {
  display: none;
}


.scrolling-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrolling-wrapper2 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrolling-wrapper3 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card {
  flex: 0 0 1;
}

.btn-prev,
.btn-next {
  z-index: 10;
}


.btn-prev2,
.btn-next2 {
  z-index: 10;
}


.btn-prev3,
.btn-next3 {
  z-index: 10;
}
