body {
  background: linear-gradient(
    0deg,
    rgba(245, 244, 249, 0.4) 0%,
    rgba(152, 156, 247, 0.35) 47.6%,
    rgba(59, 68, 246, 0.3) 100%
  );
}

.main {
  padding-top: 100px;

  h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #030809;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #030809;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #030809;
  }

  a {
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 24px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
}
