/* CUSOTM CAROUSEL STYLING */
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  margin-top: auto;
  margin-bottom: auto;
}
.owl-carousel .owl-item img {
  object-fit: contain;
  height: fit-content;
}
.owl-carousel .owl-nav span {
  font-size: 30px;
}
.owl-dots {
  margin-bottom: -10px;
}