/* R23: remove the trailing paragraph margin before the page-intro divider. */
.page-intro .wrap > :last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  /* Match the 28px top rhythm of the following section without changing it. */
  .page-intro {
    padding-bottom: 29px;
  }
}

