.slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
}
.slick-dots button{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    font-size: 0;
    margin: 5px;
    background: transparent;
    border-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}
.slick-dots .slick-active button{
    background: #AA3145;
}