.scroll-bus::-webkit-scrollbar {
  display: none;
}

.scroll-bus {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
