.main {
  padding-top: 120px;

  h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 117%;
    color: #000;
    margin-bottom: 20px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 111%;
    color: #7d7987;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 1000;
    font-size: 18px;
    line-height: 111%;
    color: #7d7987;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 1000;
    font-size: 18px;
    line-height: 111%;
    color: #7d7987;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 111%;
    color: #7d7987;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    color: #7d7987;
    padding-left: 24px;
    list-style: disc;
  }
}
