.policy-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  color: #c7ff00;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

body {
  background: #000;
}

.main {
  padding-top: 100px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
  }
}

.footer-logo {
  display: none;
}

@media screen and (min-width: 1436px) {
  .main {
    padding-top: 140px;
  }
}
