h1 {
  margin-bottom: 30px;
}

.content-wrapper p {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

#howto-referrals {
  margin-top: 75px;
}

#got-questions {
  margin-top: 80px;
}

@media (max-width: 700px) {
  .content-wrapper {
    padding: 20px;
  }

  #howto-referrals h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 701px) {
  header {
    max-width: 550px;
    margin-top: 150px;
    margin-bottom: 135px;
  }

  h5 {
    margin-bottom: 15px;
  }

  h1 {
    margin-bottom: 25px;
  }

  .content-wrapper p {
    font-size: 16px;
  }

  #howto-referrals h2 {
    margin-top: 10px;
    line-height: 1.1em;
  }

  #howto-referrals {
    display: grid;
    grid-template-columns: 34% auto;
  }

  #howto-referrals .cards .description {
    margin-right: 40px;
  }

  #got-questions {
    margin-top: 90px;
  }
}
