.privacy-content {
  max-width: 680px;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.privacy-title {
  font-size: 40px;
  margin-bottom: 2.5rem;
  line-height: 1.1;
}

.privacy-text {
  font-family: Abcdiatypemono, sans-serif;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.privacy-text p {
  margin-bottom: 1rem;
}

.privacy-text h2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 2.25rem;
  margin-bottom: 0.4rem;
  color: #fff;
}

.privacy-text ul,
.privacy-text ol {
  margin: 0.4rem 0 1rem 1.5rem;
}

.privacy-text li {
  list-style: disc;
  margin-bottom: 0.2rem;
}

.privacy-text ol li {
  list-style: decimal;
}

.privacy-text strong {
  font-weight: bold;
  color: #fff;
}

.privacy-text a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .privacy-title {
    font-size: 28px;
  }

  .privacy-text {
    font-size: 12px;
  }
}
