@charset "utf-8";

/* ========================================
   privacy.css (Page-Specific Styles)
   ======================================== */
.main-inner p {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 2em;
}
.main-inner a {
  border-bottom: 1px solid currentColor;
}
.privacy-head {
  font-size: 1.6rem;
  border-bottom: 1px solid #f1f1ee;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
}

@media screen and (max-width: 768px) {
  .main-inner p {
    font-size: 0.75rem;
  }

  .privacy-head {
    font-size: 1rem;
  }
}
