.main {
  .home-link {
    display: block;
    text-decoration: none;
    font-family: var(--font3);
    font-weight: 400;
    font-size: 14px;
    color: var(--green-text);
    margin-bottom: 32px;
  }

  h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    color: var(--green-text);
    margin-bottom: 32px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--green-text);
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    color: var(--green-text);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--green-text);
    margin-bottom: 24px;
    margin-top: 24px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 24px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
  .main {
    .home-link {
      font-size: 16px;
      margin-bottom: 55px;
    }

    h1 {
      font-size: 64px;
      margin-bottom: 32px;
    }

    p,
    a {
      font-size: 24px;
    }

    h2 {
      font-size: 48px;
    }

    h3 {
      font-size: 40px;
    }
  }
}
