/**/

header.page-header h1 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

section#content h1 {
    display: none;
} 

section#content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--text-primary);
}

section#content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--text-primary);
}

section#content p,
section#content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--text-primary);
}

section#content p strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 15px 0px 0px;
}
