.slick-dots {
list-style: none;
padding:0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
}
.slick-dots li {
margin: 0 5px;
}
.slick-dots button {
border: none;
background: gray;
width: 10px;
height: 10px;
font-size: 0;
border-radius: 50%;
}
.slick-dots .slick-active button {
background: red;
}