.content h1, .content h2, .content h3 {
    color: var(--primary-color);
}

.content h1, .content h2 {
    font-size: 2rem;
}

.content h2 {
    margin-top: 3rem;
    color: #000;
}

.content h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
}

.content p {
    color: var(--text-color);
    line-height: 1.6;
    font-size: 1.4rem;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    margin-bottom: 8px;
}

#termos {
    background: #edfaff;
}

#termos .content {
    text-align: left;
}

#termos .content ul {
 list-style: circle;
 font-size: 1.4rem;
}

@media (min-width: 1080px) {
    section#termos .wrapper {
        padding-inline: 5%;
    }
}