.hero-copy-line {
  display: inline;
}

@media (max-width: 620px) {
  .hero-copy-line {
    display: block;
  }
}
