#section-page {
    padding-top: 100px;
}
@media only screen and (max-width: 768px) {
    #section-page {
        padding-top: 20px;
    }
    #section-page:first-child {
        padding-top: 80px;
    }
}

#section-page h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 30px 0;
}

#section-page-header h1 {
    margin: 0;
}

#section-page h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 25px 0;
}

#section-page h3 {
    font-size: 25px;
    line-height: 25px;
    margin: 20px 0;
}

#section-page p,
#section-page ul,
#section-page ol {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
#section-page li {
    margin: 0 0 10px 0;
}

#section-page #section-page-inner > :not(.woocommerce) a:not(.button) {
    color: var(--dark-color);
    text-decoration: underline;
}

#section-page #section-page-inner > :not(.woocommerce) a:not(.button) :hover {
    text-decoration: none;
}

#section-page-inner {
    max-width: 800px;
    margin: 0 auto;
}


#section-page a {
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    color: inherit;
}

#section-page a:hover {
    text-decoration: underline!important;
}

#section-wide-page:first-of-type + #section-page {
    background: var(--gradientr);
    padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
    #section-wide-page:first-of-type + #section-page {
        padding-bottom: 20px;
    }
}