/* Remove the short decorative dash/line prepended to section labels and sub-headings. */
.eyebrow::before,
[class*="eyebrow"]::before,
[class*="Eyebrow"]::before,
.kicker::before,
[class*="kicker"]::before,
[class*="Kicker"]::before,
.section-label::before,
[class*="section-label"]::before,
[class*="sectionLabel"]::before,
[class*="section-eyebrow"]::before,
[class*="sectionEyebrow"]::before{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
}

.eyebrow,
[class*="eyebrow"],
[class*="Eyebrow"],
.kicker,
[class*="kicker"],
[class*="Kicker"],
.section-label,
[class*="section-label"],
[class*="sectionLabel"],
[class*="section-eyebrow"],
[class*="sectionEyebrow"]{
  column-gap:0 !important;
}
