.main {
  padding-top: 120px;

  h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #50f;
    text-align: center;
    margin-bottom: 60px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #000;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #000;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #000;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #000;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    color: #000;
    margin-bottom: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
}
