body {
  background: var(--style-w);
}
.main {
  padding-top: 120px;

  h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #000;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #000;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #000;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #000;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 24px;
    color: #000;

    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
  .main {
    padding-top: 140px;

    h1 {
      font-size: 68px;
      margin-bottom: 56px;
    }
  }
}
