:host section {
  margin-bottom: 6em;
}
:host h2 {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  background: #222222;
  color: #f1f1f1;
  text-align: center;
}
:host ul {
  columns: 4 15em;
  column-gap: 2em;
  column-rule: 0.0625em solid #f1f1f1;
  list-style: none;
}
:host li {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  line-height: 1.5em;
  box-shadow: 0 0.0625em 0 0 #f1f1f1;
}
:host lu-icon {
  color: #222222;
  font-size: 2em;
}
:host span {
  text-indent: 0.5em;
}