.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  opacity: 0.7;
  border: none;
  border-radius: 100%;
  background-color: #6297c9;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #0f5392;
}