.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}

.icon-lg {
  width: 24px;
  height: 24px;
}

@media (max-width: 800px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .btn {
    max-width: 100%;
    white-space: normal;
  }

  .hero-actions {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    min-width: 0;
  }

  .hero-grid,
  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .hero-primary {
    display: block;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    height: auto;
    min-height: 50px;
    padding: 14px 20px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
  }

  .hero-primary__number {
    display: none;
  }
}
