.image-slider-section {
  padding-bottom: 50px;
}
.image-slider-section ul.slider-wrapper {
  list-style: none;
}
.image-slider-section ul.slider-wrapper img {
  width: 100%;
}
.image-slider-section ul.slider-wrapper .slick-prev,
.image-slider-section ul.slider-wrapper .slick-next {
  z-index: 1;
  border: 3px solid #fff;
  background: #DA1F39;
  font-size: 30px;
}
.image-slider-section ul.slider-wrapper .slick-prev{
  left: 30px;
}

.image-slider-section ul.slider-wrapper .slick-next {
  right: 30px;
}

@media (max-width:767px) {
  .image-slider-section ul.slider-wrapper .slick-prev,
  .image-slider-section ul.slider-wrapper .slick-next {
      width: 38px;
      height: 38px;
      font-size: 25px;
  }

  .image-slider-section {
    padding-bottom: 20px;
  }
}
