body {
  font-family: "Inter", sans-serif;
}
main {
  padding: 20px;
  color: #333;
  line-height: 1.6;
}

main h1,
main h2 {
  text-align: start;
  color: #006e6d;
  margin-bottom: 20px;
}

main h1 {
  font-size: 2em;
  font-weight: 700;
}

main h2 {
  font-size: 1.5em;
  font-weight: 600;
}

main p {
  margin-bottom: 20px;
  font-size: 1em;
}

main ul {
  list-style-type: disc;
  margin: 20px 0 20px 40px;
}

main ul li {
  margin-bottom: 10px;
}

main a {
  color: #006e6d;
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

.policy-section {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.policy-section:last-child {
  border-bottom: none;
}

.policy-section h2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  main {
    padding: 40px;
  }

  main h1 {
    font-size: 2.5em;
  }

  main h2 {
    font-size: 2em;
  }

  main p {
    font-size: 1.1em;
  }
}
