#ba_slide {
  margin: 0 auto;
  width: 90%;
  margin-top: 2.6rem;
  position: relative;
}
#ba_slide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -15%;
  left: 2%;
}
#ba_slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--swiper-pagination-bllet-inact-color, #b79067);
}

@media (max-width: 1023px) {
  #ba_slide {
    margin-top: 1em;
    float: right;
    width: 95%;
  }
  #ba_slide .swiper-slide-active {
    opacity: 1 !important;
  }
  #ba_slide .swiper-slide {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #ba_slide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -11%;
    left: 0;
  }
  #ba_slide .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: var(--swiper-pagination-bllet-inact-color, #b79067);
  }
}
@media all and (max-width: 768px) {
  #ba_slide {
    margin-top: 1em;
    float: right;
    width: 95%;
  }
  #ba_slide .swiper-slide-active {
    opacity: 1 !important;
  }
  #ba_slide .swiper-slide {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #ba_slide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -11%;
    left: 0;
  }
  #ba_slide .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: var(--swiper-pagination-bllet-inact-color, #b79067);
  }
}