#issues .section-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}

#issues .section-content h3:first-child { margin-top: 0; }

#issues .section-content p {
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
