.legal-text h2 {
    color: #f5b400;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 22px;
}

.legal-text p {
    color: #d5d5d5;
    line-height: 1.7;
    margin-bottom: 10px;
}

.legal-text ul {
    list-style: none;
    padding-left: 0;
}

.legal-text li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: #d5d5d5;
}

.legal-text li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #f5b400;
}

.fecha {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #999;
}
