body {
  background-color: #fff;
  color: #000c2c;
  font-family: var(--second-family);
}

.main {
  padding-top: 100px;

  h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #000c2c;
  }

  p {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
  }
  h3 {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
  }

  ol {
    margin: 0;
    padding-left: 20px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
  }

  a {
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    padding-top: 140px;

    h1 {
      font-size: 36px;
    }
  }
}
