main {
  margin: var(--space-12) 0;
  padding-bottom: var(--space-12);
}

article {
  max-width: 850px;
  margin: var(--space-12) 0;
  padding-top: var(--space-12) ;
}

article section {
  margin: var(--space-6) 0;
}

article h1{
  font-weight: 300;
  font-size: 48px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: var(--space-6);
}

article h2, article p, article ul {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
}

article h2 {
  text-transform: capitalize;
}

article ul {
  list-style: "- ";
}