.site-wp-content > :first-child {
    margin-top: 0;
}

.site-wp-content > :last-child {
    margin-bottom: 0;
}


.site-wp-content > * {
    margin: 20px 0;
}


.site-wp-content a {
    color: var(--color--permanent-geranium-lake);
    text-decoration: underline;
}


.site-wp-content h1,
.site-wp-content h2,
.site-wp-content h3,
.site-wp-content h4,
.site-wp-content h5,
.site-wp-content h6 {
    font-size: 23px;
    line-height: 43px;
}


.site-wp-content ol,
.site-wp-content ul {
    line-height: 34px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 19px;
}


.site-wp-content hr {
    border: 0;
}




@media (max-width: 1307px) {
    .site-wp-content h1,
    .site-wp-content h2,
    .site-wp-content h3,
    .site-wp-content h4,
    .site-wp-content h5,
    .site-wp-content h6 {
        font-size: 21px;
        line-height: 41px;
    }
}


@media (max-width: 1024px) {
    .site-wp-content > * {
        margin: 17px 0;
    }

    .site-wp-content h1,
    .site-wp-content h2,
    .site-wp-content h3,
    .site-wp-content h4,
    .site-wp-content h5,
    .site-wp-content h6 {
        font-size: 20px;
        line-height: 38px;
    }

    .site-wp-content ol,
    .site-wp-content ul {
        line-height: 32px;
    }
}
