/** override line color in header-partial */
.section-title.text-primary:before,
.section-title2.text-primary:before {
    background-color: var(--bs-primary) !important;
}
.section-title.text-dark:before,
.section-title2.text-dark:before {
    background-color: #222 !important;
}
.counter-value::after {
    content: "+";
    display: inline-block;
}
