.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

@media (min-width: 576px) {
  .w-100 {
    width: 70% !important;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: content-box;
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .w-100 {
    width: 100% !important;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: content-box;
    margin-bottom: 35px;
  }
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #21274f;
  border-top: unset;
  border-bottom: unset;
  border-radius: 50px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: none;
}

