ol {
  counter-reset: term;
  padding-left: 0;
  list-style: none;
}
ol li {
  counter-increment: term;
}
ol li h2::before {
  content: counter(term) ". ";
}
h1 {
  text-align: center;
  font-family: "Quando", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

h2 {
  margin-top: 50px;
  font-family: "Kameron", serif;
  font-size: 40px;
  font-weight: 500;
}
p {
  font-family: "Kameron", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}
section {
  padding: 80px 0;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 18px;
    margin-top: 10px;
  }
  h2 {
    font-size: 28px;
    margin-top: 30px;
  }
  section {
    margin-bottom: 50px;
  }
}
