.terms-section {
    color: #ffffff; /* Texto blanco */
    padding: 60px 20px;
    text-align: left;
    background-color: #000000; /* Fondo negro */
}

.terms-section .container {
    max-width: 1300px;
    margin: 30px auto;
}

.terms-section .section-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.terms-section .last-update {
    font-size: 18px;
    font-weight: bold;
}

.terms-section p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.terms-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
}

li {
    margin-left: 18px; /* Mueve los elementos de la lista ligeramente a la derecha */
    font-size: 15px;
}

a {
    color: #287b8a; /* Cambia el color del enlace */
    text-decoration: none; /* Opcional: quita el subrayado */
}

.custom-bullet li {
    font-size: 16px; /* Tamaño del punto */
    margin-left: 15px; /* Espaciado entre el punto y el texto */
}