.main {
  padding-top: 120px;

  h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #020817;
    margin-bottom: 40px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: #020817;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: #020817;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: #020817;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: #020817;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    color: #020817;
    padding-left: 24px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
  .main {
    padding-top: 130px;

    h1 {
      font-size: 48px;
      margin-bottom: 60px;
    }
  }
}
