.intro:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (min-width: 48rem) {
  .intro:not(:last-child) {
    margin-bottom: 1.2375rem;
  }
}
@media (min-width: 62rem) {
  .intro:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}