html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: max-content !important;
  padding-bottom: 64px !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-pagination1 .swiper-pagination-bullet {
  background-color: #edaa85;
}

.swiper-pagination2 .swiper-pagination-bullet {
  background-color: #6153BD;
}
