.Banner .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background-color: black;
  width: 8px;
  height: 8px;
}

.Banner .banner_swiper {
  padding-bottom: 30px;
}

.Banner .banner_swiper .swiper-pagination-bullet-active-main {
  background-color: #3e82c9 !important;
  width: 12px;
  height: 4px !important;
}

.Banner .banner_swiper .swiper-pagination-bullet {
  background-color: #5c5c5ca9;
  opacity: 1;
  width: 41px;
  height: 5px;
  border-radius: 2px;
}
.Banner .swiper-wrapper .img_holder {
  aspect-ratio: 1/0.3;
  height: 100%;
  width: 100%;
  /* border-radius: 6px; */
  overflow: hidden;
}
.Banner .img_holder {
  cursor: pointer;
}

.Banner .swiper-wrapper .img_holder .image {
  width: 100%;

  height: 100%;
  object-fit: fill;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Banner .banner_swiper .swiper-pagination-bullet {
    width: 5px;
    height: 4px;
  }
  .Banner .swiper-wrapper .img_holder {
    aspect-ratio: 1/0.4;
  }

  .Banner .banner_swiper {
    padding-bottom: 24px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Banner {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}
