#editors-section h2 {
  position: relative;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 4px var(--keai-journal-primary);
}
@media (min-width: 36rem) {
  #editors-section h2 {
    margin-top: 2rem;
  }
}
@media (min-width: 72rem) {
  #editors-section h2 {
    margin-top: 3rem;
  }
}
#editors-section h2::before, #editors-section h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
}
#editors-section h2::after {
  content: "";
  bottom: -4px;
}
@media (max-width: 35.98rem) {
  #editors-section h2:first-of-type {
    margin-top: 0;
    padding-top: 1rem;
    border-top: solid 4px var(--keai-journal-primary);
  }
  #editors-section h2:first-of-type::before {
    content: "";
    top: -4px;
  }
}