section h1 {
  margin: 1rem 0;
}
section p {
  margin-bottom: 1rem;
}
section ul li {
  font-family: 'cooper-hewitt', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3c0025;
  margin: 0;
}
section a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-family: 'cooper-hewitt', sans-serif;
}
@media (min-width: 37rem) {
  section ul li {
    font-size: 17px;
    line-height: 24px;
  }
}