#content h2 {
    font-size: 38px;
    margin: 24px 0 48px 0;
    font-weight: bold;
}

#content h3 {
    font-size: 32px;
    margin: 18px 0 32px 0;
    font-weight: bold;
}

#content h4 {
    font-size: 28px;
    margin: 12px 0 18px 0;
    font-weight: 600;
}

#content p, #content span, #content strong, #content li, #content a {
    font-size: 22px;
    line-height: 1.4;
}