.seo-page-template h4 {
    margin-bottom: 5px;
    position: relative;
}

.seo-page-template {
    counter-reset: h2-counter;
}

.seo-page-template .zwc-sec-title:not(.no-number)>h2 {
    position: relative;
    padding-left: 35px;
    counter-increment: h2-counter;
}

.seo-page-template .zwc-sec-title:not(.no-number)>h2::before {
    content: counter(h2-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
}

.zwc-banner-wrap .zwc-sec-title {
    max-width: 820px;
    margin: 0 auto
}

.seo-page-template .zwc-sec-title.m-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.seo-aside-nav,
.seo-page-template .seo-body-wrap .right-content {
    margin-top: 10px
}

.seo-page-template .zwc-common-content {
    margin-top: 30px;
}

.zwc-footer-wrap .zwc-sec-title>h2 {
    padding-left: 0;
    max-width: 710px;
    margin: 0 auto 15px;
}

.zwc-footer-wrap .zwc-sec-title>h2:before {
    content: unset;
}