/* Remove only the leading decorative rule from the assistant/contact labels. */
.home-page #assistant .side-panel>.eyebrow::before,
.home-page #contact .section-head>.eyebrow::before,
body:not(.home-page) .hero>.eyebrow::before{
 content:none!important;
 display:none!important;
}
