p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
@media (min-width: 768px) {
    #privacy h2, #terms h2 {
        font-size: 28px;
        line-height: normal;
    }
    #privacy p, #terms p {
        font-size: 18px;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    #privacy h2, #terms h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 10px;
        margin-top: 50px;
    }
    #privacy p, #terms p {
        font-weight: 400;
        line-height: normal;
        font-size: 20px;
        margin-bottom: 10px;
    }
}