.is-style-wh-core-heading-decoration {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    line-height: 2.5rem !important
}
.is-style-wh-core-heading-decoration::before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 1px;
    width: 66.666667%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--wh-color-primary-100) / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content)
}
.is-style-wh-core-heading-decoration::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    height: 1px;
    width: 66.666667%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--wh-color-primary-100) / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content)
}
@media (min-width: 768px) {
    .is-style-wh-core-heading-decoration {
        padding: 3rem;
        font-size: 3.75rem !important;
        line-height: 1 !important;
        font-weight: 200 !important
    }
}

