body {
  background: #fff;
}

.main {
  padding-top: 156px;

  h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: rgba(84, 0, 201, 0.9);
    margin-bottom: 40px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: rgba(84, 0, 201, 0.9);
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: rgba(84, 0, 201, 0.9);
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: justify;
    color: rgba(84, 0, 201, 0.9);
  }

  ul {
    list-style: disc;
    color: rgba(84, 0, 201, 0.9);
  }

  ol {
    margin: 0;
    color: rgba(84, 0, 201, 0.9);
  }

  a {
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    h1 {
      font-size: 60px;
    }
  }
}
