h1 {
  margin-bottom: 70px;
}

h2 {
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
  /* 
    The list styling isn't affected by the container padding, which makes the
    list disc touch the edge of the viewport in mobile view. So give it a max-
    width of 90cqw to fix.
   */
  max-width: 90cqw;
  margin-bottom: 80px;
}

ul li {
  margin-top: 20px;
}