.carousel__dot, .owl-theme .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: rgb(0, 0, 0, .5);
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
}


.owl-theme .owl-dots .owl-dot.active {
    background-color: rgb(0, 0, 0, .8);
}
.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}