.site-wp-content {
    word-break: break-word;
}


.site-wp-content > * {
    margin: 20px 0;
}


.site-wp-content > :first-child {
    margin-top: 0;
}

.site-wp-content > :last-child {
    margin-bottom: 0;
}


.site-wp-content a {
    text-decoration: underline;
}


.site-wp-content h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.site-wp-content h3,
.site-wp-content h4,
.site-wp-content h5,
.site-wp-content h6 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}


.site-wp-content hr {
    border: 0;
}


.site-wp-content ol,
.site-wp-content ul {
    line-height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
}

.site-wp-content ol {
    list-style-type: decimal;
    padding-left: 33px;
}

.site-wp-content ul {
    list-style-type: disc;
    padding-left: 17px;
}
