.privacy-content {
  text-align: left;
  padding: 4rem 0;
}
.privacy-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  line-height: 1.6;
  margin: 3rem 0 1rem;
}
.privacy-content h2:first-of-type {
  margin-top: 0;
}
.privacy-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: dimgray;
  text-align: left;
  margin: 0 0 1.5rem;
}
.privacy-content ul {
  text-align: left;
  list-style: disc;
  margin: 0 0 1.5rem 2rem;
}
.privacy-content li {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .privacy-content h2 {
    font-size: 1.6rem;
  }
}
