.hero {
  padding-bottom: 30px;
  background: #f5f5f6;
}
.hero-light {
  background: #fff;
  padding-bottom: 24px;
}
.hero-swiper {
  width: 100%;
  height: 320px;
  margin-bottom: 25px;
}

.hero-swiper .swiper-wrapper {
  height: 302px;
}
.hero-item {
  border-radius: 10px;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-swiper .swiper-pagination {
  bottom: 0;
}
.hero-swiper .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 10px;
  background: #e5e5e5;
  opacity: 1;
}
.hero-swiper .swiper-pagination-bullet-active {
  background: #e41434;
}
.hero2-swiper {
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
}
.hero2-swiper .swiper-wrapper {
  margin-top: 10px;
  height: 75px;
}
.hero2-item {
  padding: 18px 15px;
  background: #ffffff;

  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 75px;
  width: 200px;
}
.hero2-item:hover {
  box-shadow: 0px 4px 28px rgba(51, 51, 51, 0.08);
}
.icon2 {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.hi-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #333333;
}
.hero-light .hero-swiper {
  margin-bottom: 0;
  height: 180px;
}
.hero-light .hero-swiper .swiper-wrapper {
  height: 100%;
}
.hero-light .swiper-button-next,
.hero-light .swiper-button-prev {
  height: 20px;
  width: 20px;
  top: 55%;
}
.hero-light .swiper-button-next:after,
.hero-light .swiper-button-prev:after {
  font-size: 11px;
}
.hero2-swiper{
  overflow: visible;
}