main {
  padding: 1.8rem 1.4rem 3rem;
}

div {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h1 {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 120%;
}

h2 {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 120%;
}

h3 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-top: 0.7rem;
  line-height: 130%;
}

ul,
ol {
  margin-left: 1rem;
}

li {
  line-height: 140%;
}

ol > li {
  margin-top: 0.4rem;
}

ul {
  list-style: none;
}

ul > li {
  margin-top: 0.15rem;
}

ul > li::before {
  content: "- ";
}

div > ul {
  margin-top: 0.7rem;
}

table {
  margin-top: 0.7rem;
  width: 100%;
}

th,
td {
  padding: 0.4rem;
}

th {
  font-weight: 600;
}
