.intro-copy{
  max-width: 900px;
  margin: 0 auto;
  font-size: 120%;
}

.intro-copy h2{
  margin-bottom: 25px;
}

.intro-copy p:first-of-type{
  font-weight: 600;
}

.intro-copy p:last-of-type{
  margin: 0;
}

.intro-copy strong{
  font-weight: 700;
}

/* Large and up */
@media screen and (min-width: 64em) { 
  .intro-copy{
    font-size: 130%;
  }
}