.ova-image-slider .image-slider {
  padding-bottom: 36px;
}
.ova-image-slider .image-slider.show_dots {
  padding-bottom: 50px;
}
.ova-image-slider .image-slider .swiper-pagination {
  bottom: 0px;
}
.ova-image-slider .image-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.ova-image-slider .image-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.ova-image-slider .image-slider .card {
  height: 112px;
  background: #fff;
  box-shadow: rgba(16, 23, 54, 0.03) 0px 24px 16px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.ova-image-slider .image-slider .card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ova-image-slider .image-slider .card .img img {
  width: auto;
  max-width: 100%;
}