.inner-page-content {
    margin: 190px 0 80px;
}
.inner-page-content h1 {
    font-family: var(--paragraph-font);
}
.inner-page-content ul,
.inner-page-content ol {
    margin: 20px 0;
}
.inner-page-content ul li,
.inner-page-content ol li {
    font-size: 1rem;
    color: inherit;
    font-family: var(--paragraph-font);
    font-weight: 400;
    line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
    .inner-page-content {
        margin: 25px 0 40px;
    }
}