.cliente-carousel__custom {
    position: relative;
}

.cliente-carousel__custom .slick-dots {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.cliente-carousel__custom .slick-dots button {
    font-size: 0;
    width: 11px;
    height: 11px;
    background: #d9d9d9;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.cliente-carousel__custom .slick-dots .slick-active button {
    background: #ed1c24;
    width: 16px;
    border-radius: 100px;
}



