.HeroImage {
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-pagination-bullet-inactive-color: #fff;
}
.HeroImage img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.HeroImage .swiper-container {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
}
