html body .custom-gallery-slider-wrap.white-arrow .slick-arrow {
  background-color: #fff !important;
  padding: 15px !important;
  background-size: 10px !important;
  filter: none !important;
}

html body .custom-gallery-slider-wrap.white-arrow .slick-prev {
  left: 15px !important;
}

html body .custom-gallery-slider-wrap.white-arrow .slick-next {
  right: 15px !important;
}

html body .custom-gallery-slider-wrap img {
  height: 290px;
  object-fit: cover;
  margin: 0 auto !important;
}
html body .custom-gallery-slider-wrap img {
  width: 100%;
}

html body .custom-gallery-slider-col {
  padding: 0 10px;
}
