.privacy-content {
  padding: 120px 0 0;
  margin: 0 auto;
}
.privacy-content h1 {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--primary-color);
  color: var(--text-color);
}
.privacy-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.privacy-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--text-color);
}
.privacy-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}
.privacy-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
  color: var(--text-muted);
}
.privacy-content li {
  margin-bottom: 5px;
}
.privacy-content a {
  color: var(--primary-color);
  text-decoration: none;
}
.privacy-content a:hover {
  text-decoration: underline;
}
