.main {
  padding-top: 146px;
  background: #fff;

  h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: #1c1c1c;
    margin-bottom: 40px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }

  section {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }

  a {
    text-decoration-skip-ink: none;
    text-decoration: underline;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }

  ul {
    color: #1c1c1c;
    padding-left: 24px;
    list-style: disc;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }

  ol {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    color: #1c1c1c;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    padding-top: 156px;

    h1 {
      margin-bottom: 60px;
    }
  }
}
