.slider-dots button.slider-dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.slider-dots button.slider-dot.active {
  background-color: #333;
}
.slider-dots.mt-4.text-center {
    display: none;
}