/* .expertise-areas-carousal.owl-theme .owl-stage-outer {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .expertise-areas-carousal.owl-theme .owl-stage-outer {
    padding-left: 40px;
    padding-right: 40px;
  }
} */

.expertise-areas-carousal.owl-theme .owl-dots {
  margin-top: 20px;
}
.expertise-areas-carousal.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.expertise-areas-carousal.owl-theme .owl-dots {
  margin-right: 40px;
}

.expertise-areas-carousal.owl-theme .owl-dots .owl-dot span {
  background: #818285;
  height: 5px;
  width: 5px;
}
.expertise-areas-carousal.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
