/* LAYOUT  */
.it-carousel-wrapper .splide__track {
  padding-top: 0px;
  padding-bottom: 0;
}

/* PAGINATION */
.splide__pagination {
  display: block !important;
}

/* DOTS */
.it-carousel-wrapper .splide__pagination {
  display: flex !important;
}

.it-carousel-wrapper .splide__pagination button {
  width: 8px;
  height: 8px;
  background: #dbe2ff;
  display: inline-block;
  transition: all 0.3s;
  opacity: 1 !important;
  border-radius: 0px;
  margin: 0 5px;
  padding: 0;
  box-shadow: none;
  border: none;
}

.it-carousel-wrapper .splide__pagination button.is-active {
  background: #002bd2;
}
