html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero-copy,
.hero-console,
.console-content,
.portal-main {
  min-width: 0;
}

@media (max-width: 520px) {
  .site-header {
    width: 100%;
  }

  .site-header .header-actions {
    flex-shrink: 0;
  }

  .hero h1 {
    overflow-wrap: anywhere;
  }

  .hero-actions .button {
    width: 100%;
  }

  .pill {
    line-height: 1.4;
  }
}
