/* Let the heading and introduction wrap independently on tablets. */
@media (min-width:761px) and (max-width:860px) {
  .section .section-head {display:block}
  .section .section-head .lede {max-width:100%;margin-top:18px}
}
