.splide__arrow {
  opacity: 1;
  background-color: none !important;
}

.splide__arrow:disabled {
  display: none;
}

.splide__arrow svg {
  height: 1.7em;
  width: 1.7em;
}

.splide__pagination {
  z-index: 0;
}

.splide__list .splide__slide {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .splide__list {
    max-height: 650px !important;
  }
}
@media (max-width: 576px) {
  .border-2 {
    border-width: 1px !important;
  }
}