.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:not([class]) {
    color: var(--color--brand);
    text-decoration: underline;
}


.site-wp-content h2,
.site-wp-content h2[class] {
    font-size: 32px;
    line-height: 40px;
}

.site-wp-content h3,
.site-wp-content h4,
.site-wp-content h5,
.site-wp-content h6 {
    font-size: 24px;
    line-height: 32px;
}


.site-wp-content hr {
    border: 0;
}


.site-wp-content img {
    height: auto;
    width: 100%;
}


.site-wp-content ol,
.site-wp-content ul {
    line-height: 24px;
    padding: 0 0 0 17px;
}

.site-wp-content ol {
    list-style-type: decimal;
}

.site-wp-content ul {
    list-style-type: disc;
}



@media (max-width: 1439px) {
    .site-wp-content h2,
    .site-wp-content h2[class] {
        font-size: 24px;
        line-height: 32px;
    }
    
    .site-wp-content h3,
    .site-wp-content h4,
    .site-wp-content h5,
    .site-wp-content h6 {
        font-size: 20px;
        line-height: 28px;
    }
}


@media (max-width: 1024px) {
    .site-wp-content h3,
    .site-wp-content h4,
    .site-wp-content h5,
    .site-wp-content h6 {
        font-size: 18px;
        line-height: 26px;
    }
}