.custom-slider {
  height: 400px;
}
.custom-slider .slider-wrap {
  grid-gap: 25px;
}
.custom-slider .slide-card {
  width: 410px;
  height: 240px;
}
.custom-slider .slide-card img {
  border-radius: 1rem;
}
.custom-slider .arrow {
  width: 40px;
  height: 40px;
}
.custom-slider.non-container {
  overflow: visible !important;
}
.custom-slider.non-container .slide-card {
  width: 300px;
  height: 180px;
}
.custom-slider.non-container .slide-card img {
  border-radius: 1rem;
}

/*# sourceMappingURL=custom-slider.css.map */
