.slick-prev::before,
.slick-next::before {
  content: none !important;
}

.custom-prev,
.custom-next {
  font-size: 30px !important;
  color: #333 !important;
  background: none !important;
  border: none !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
  z-index: 1000 !important;
}


