/* Estilos para a página de Termos e Condições */

/* Seção de termos */
section#terms {
    background-color: #fff;
    padding: 50px 20px;
    max-width: 900px;
    margin: 0 auto;
}

section#terms h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

section#terms h3 {
    font-size: 26px;
    color: #555;
    margin-top: 30px;
    font-weight: bold;
}

section#terms p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

section#terms ul {
    list-style-type: square;
    margin-left: 20px;
}

section#terms ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

section#terms {
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

