.custom-testimonial-slider {
    position: relative;
}

.custom-arrow {
  position: absolute;
  bottom: -8%;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  color: #ababab;
}

.custom-prev {
    left: 0%;
}
.custom-next {
    right: 75%;
}
