#main .page-content {
    max-width: 1040px;
    margin: 1.5rem auto 3rem;
    padding: 0;
}
#main .page-content {
    font-family: 'League Spartan', sans-serif;
}
#main .page-footer, #main .page-header {
    margin: 0 !important;
}
h2 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
}
h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}
h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
.page-content.page-cms ul {
    list-style: none!important;
    padding-left: 1rem;
}
.page-content.page-cms ul li::before {
    content: "-";
    position: relative;
    font-size: 18px;
    left: -8px;
}
.page-content.page-cms ul, .page-content.page-cms ul li, p {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    font-family: 'League Spartan', sans-serif;
    line-height: 28px;
}
.page-content.page-cms strong {
    font-weight: 600;
}
.page-content.page-cms a {
    color: #000;
    text-decoration: underline;
}
.page-content.page-cms a:hover {
    color: #000;
    text-decoration: none;
}
@media (max-width: 767px) {
#main .page-content {
    margin: 0 auto 3rem;
    padding: 0;
}
.header-page {
    padding: 8px 0 30px;
}
.page-header {
    margin: 0 0 24px;
}
h2 {
    font-size: 20px;
    line-height: 30px;
}
h3 {
    font-size: 18px;
    line-height: 28px;
}
h4 {
    font-size: 17px;
    line-height: 26px;
}
.page-content.page-cms ul, .page-content.page-cms ul li, p {
    font-size: 16px;
    line-height: 26px;  
}
}
@media (max-width:576px) {
    #main .page-content {
        margin: 0 auto 2rem;
        padding: 0;
    }
}