.sectionHighlight ul {
  list-style: none;
}
.sectionHighlight li {
  list-style: none;
  display: inline;
  padding: 0 1em;
}
.sectionHighlight li::after {
  content: "|";
  padding-left: 1em;
}
.sectionHighlight li:last-child::after {
  content: "";
}
