.conveyor__items {
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.conveyor__item {
  scroll-snap-align: center;
  position: relative;
}
