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

  main,
  section,
  article,
  header,
  footer,
  main > *,
  section > *,
  article > *,
  .hero,
  .hero-copy,
  .intro,
  .section,
  .closing,
  .audience,
  .pricing {
    min-width: 0;
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  .lead,
  .intro-text {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
    height: auto;
  }

  .button,
  button,
  input,
  textarea,
  select {
    max-width: 100%;
    box-sizing: border-box;
  }

  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 42px !important;
    line-height: 1.04 !important;
  }

  h2 {
    font-size: 34px !important;
  }

  .lead {
    font-size: 17px !important;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 30px !important;
  }
}
