.section-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 32px;
  line-height: 81%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.main {
  padding-top: 128px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    text-decoration: underline;
  }

  ul {
    color: #000;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
  }

  /* disclaimer */

  #disclaimer {
    margin-top: 50px;
    padding: 0;
  }

  .disclaimer-title {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 40px;
    line-height: 50%;
    color: #ff00d4;
    text-align: center;
    margin-bottom: 32px;
  }

  .disclaimer-text {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 16px;
    line-height: 125%;
    text-decoration-skip-ink: none;
    text-align: justify;
    color: #000;
    text-transform: uppercase;
  }
}

/* footer */

.footer {
  padding-top: 24px;
}

@media screen and (min-width: 1424px) {
  .main {
    padding-top: 152px;

    .disclaimer-title {
      text-align: start;
    }
  }
}
