.our-values-carousel.owl-carousel .owl-item img {
  width: auto;
}

.our-values-carousel.owl-theme .owl-stage-outer {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 125px;
}

.our-values-carousel.owl-carousel .owl-item{
  /* border-right: 1px dashed #C2B59B; */
  height: 100%;
  min-height: 125px;
}

@media (min-width: 768px) {
  .our-values-carousel.owl-theme .owl-stage-outer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .our-values-carousel.owl-theme .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-values-carousel.owl-theme .owl-dots {
  margin-top: 20px;
}
.our-values-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.our-values-carousel.owl-theme .owl-dots .owl-dot span {
  background: #818285;
  height: 5px;
  width: 5px;
}
.our-values-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
