.main {
  padding-top: 100px;

  h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 92%;
    text-align: center;

    margin-bottom: 10px;
  }

  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  a {
    font-weight: 400;

    font-size: 16px;
    line-height: 150%;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 24px;

    list-style: disc;
  }
}
