.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px;
    text-indent: -9999px;
    background: #e0e0e0;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    background: #a80532;
    opacity: 1;
}
