.team-hero .hero-copy {
  min-width: 0;
}

.team-hero .hero-copy h1 span {
  display: block;
  max-width: 100%;
  font-size: .78em;
  line-height: .9;
}

@media (max-width: 900px) {
  .team-hero .hero-copy h1 span {
    font-size: .84em;
  }
}

@media (max-width: 560px) {
  .team-hero {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .team-hero .hero-copy {
    width: 100%;
    overflow: hidden;
  }

  .team-hero .hero-copy h1 span {
    font-size: .72em;
  }

  .team-hero .hero-lead {
    width: calc(100% - .75rem);
    max-width: calc(100% - .75rem);
    overflow-wrap: break-word;
  }

  .team-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - .75rem);
  }

  .team-hero .hero-actions a {
    justify-content: center;
    width: 100%;
  }
}
