.slick-dots{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slick-dots li{
    border-radius: 20px;
    margin: 4px;
}
.slick-dots button{
    width: 10px;
    height: 10px;
    font-size: 5px;
    border-radius: 20px;
    outline: none;
    border: none;
    color: transparent;
    background-color: rgba(51,51,51,0.3);
    cursor: pointer;
}
.slick-dots li.slick-active button{
    background-color: #393185;
}