.acf-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cards-slider {
  max-width: 520px;
  max-height: 230px;
  margin-right: 0;
}
.cards-slider p {
  margin-bottom: 0;
}

.swipper-button-box {
  width: 40px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: -60px;
}
.swipper-button-box svg {
  opacity: 0.7;
  transition:
    transform 0.3s,
    opacity 0.3s;
  fill: #fff;
  color: #fff;
}
.swipper-button-box svg:hover {
  transform: scale(1.2);
  opacity: 1;
}
.swipper-button-box .swiper-button-next {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: 0;
  left: 0;
  right: auto;
}
.swipper-button-box .swiper-button-next svg {
  transform: rotate(180deg);
}
.swipper-button-box .swiper-button-prev {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
  margin: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
