/* LEGAL */
.container-legal {
    width: 90%;
    padding: 1rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.box-legal {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.label-legal {
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: var(--salmon);
}
.sub-box-legal {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.text-legal, .sub-label-legal {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
}
.sub-label-legal {
    margin-top: 1rem;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
}
.list-text-legal {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    gap: 0.5rem;
}
.list-text-legal li {
    margin-bottom: 5px;
}