.banner_bar {
  overflow: hidden;
}
.banner_bar__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.banner_bar__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: fit-content !important;
  padding: 0px 30px;
}
.banner_bar__swiper .swiper-slide h3 {
  text-wrap: nowrap;
}