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

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