/* Change color of the default dot by replacing the hex code*/
.w-slider-dot {
background-color: #F2F4F7;
width: 0.625rem;
height: 0.625rem;
}

/* Change color of the active dot by replacing the hex code*/
.w-slider-dot.w-active {
background-color: #6941C6;
width: 0.625rem;
height: 0.625rem;
}
