.custom-dots {
  text-align: center;
}

.custom-dots button {
  background-color: #ccc;
  border: none;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
}

.custom-dots button.active {
  background-color: #3498db;
}