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