/* Privacy Policy page — extends terms legal page styles */

.privacy-section-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}

@media (max-width: 640px) {
  .privacy-section-title {
    font-size: 18px;
  }
}
