
.gallery-carousel .splide__pagination__page.is-active {
  background: #75a750;
  transform: scale(1);
  z-index: 1;
  height: 1.5ch;
  border-radius: 50px;
}
.gallery-carousel .splide__pagination__page {
  background: #3c3f45 ;
  transform: scale(1);
  z-index: 1;
  height: 1.5ch;
  border-radius: 50px;
  width: 1.5ch;
}
.gallery-carousel .splide__pagination .splide__pagination__page {
  margin-left: 0.425rem;
  margin-right: 0.425rem;
  opacity: 1;
}
.gallery-carousel .splide__pagination {
      bottom: 2% !important;

}
.gallery-carousel .splide__arrow {
       background: transparent;
}

.gallery-carousel .splide__arrow svg {
  fill: #000;
  scale: 1.1;
  opacity: 1;
  height: 2ch;
  width: 2ch;
  color: black;

}
.gallery-carousel .splide__arrow--next {
  right: 33%;
  bottom: -2% !important;
      top: unset;
}
.gallery-carousel .splide__arrow--prev {
    left: 33%;
    bottom: -2% !important;
    top: unset;
}

@media (max-width: 768px) {

.gallery-carousel .splide__arrow--next {
    right: 20%;
    bottom: -6% !important;
}
.gallery-carousel .splide__arrow--prev {
    left: 20%;
    bottom: -6% !important;
}

}