.privacy-page .main-title {
  color: #283734;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.privacy-page .section-title {
  color: #283734;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.privacy-page ul {
  padding-left: 1.2rem;
}

.privacy-page ul li {
  margin-bottom: 0.3rem;
  line-height: 1.6;
  list-style: decimal;
}

.privacy-page p {
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 576px) {
 .privacy-page  .main-title {
    font-size: 2rem;
  }

 .privacy-page  .section-title {
    font-size: 1.1rem;
  }

.privacy-page  p, ul li {
    font-size: 0.95rem;
  }
}