/* Light sections: give the lime display type the same crisp contrast as the dark panels. */
.section h2 em,
.capabilities h2 em {
  -webkit-box-decoration-break: clone;
  background-color: transparent;
  background-image: linear-gradient(var(--ink), var(--ink));
  background-position: center 57%;
  background-repeat: no-repeat;
  background-size: 100% 0.71em;
  box-decoration-break: clone;
  color: var(--acid);
  padding: 0 0.1em;
}
