.privacy-section {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.privacy-section h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #241e42;
}

.privacy-section h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #241e42;
}

.privacy-section p {
  margin-bottom: 1em;
}

.privacy-section ul {
  margin-left: 20px;
  margin-bottom: 1em;
}

.company-info {
  margin-top: 2em;
  padding: 15px;
  background: #f1f1f1;
  border-left: 4px solid #241e42;
}

.company-info p {
  margin: 0.3em 0;
}

.active{
    color:#241e42;
    font-weight: bold;
}