.seoc-heading {
    margin: 0;
}
.seoc-heading.heading-center {
    text-align: center;
}
.seoc-heading mark {
    background: url(../images/highlight-bg.png) no-repeat !important;
    background-size: 0 100% !important;
    /*padding: 0 5px;*/
    transition: background-size 1s linear;
    color: inherit;
}
.seoc-heading.active mark {
    background-size: 100% 100% !important;
}
.heading-quotes::before, .heading-quotes::after {
    color: #97bf0d;
}
.heading-quotes::before {
    content: '\201e';
}
.heading-quotes::after {
    content: '\201c';
}