.legal-content ul {
    margin-bottom: 1.5rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
    position: relative;
}

/* Le damos el color azul a los viñetas para que no sean simples puntos negros */
.legal-content li::marker {
    color: #2485C0; /* Tu azul primario */
}