/* The full-height rule is painted by .intro's background. Remove the extra short border. */
.intro .intro-copy {
  border-left: 0 !important;
  border-inline-start: 0 !important;
}
@media (max-width: 900px) {
  .intro .intro-copy { border-top: 1px solid var(--line); }
}
