.container-3 {
  max-width: 1600px;
  background-color: #fff;
  border-radius: 8px;l;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.notice-box {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  color: #a16207;
}
.policy-section {
  margin-bottom: 30px;
}
.policy-section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.policy-item {
  border-left: 3px solid #6c757d;
  padding-left: 15px;
  margin-bottom: 20px;
}
.numbered-list {
  padding-left: 20px;
}
.numbered-list li {
  margin-bottom: 8px;
}

.privacy-heading {
  text-align: left;
  color: #111827;
}

.text-edit {
  background-color: #f0fdf4 !important;

  padding: 15px;
  margin-bottom: 20px;
}

a {
  color: #111827;
}

.list-edit {
  color: #6c757d;
}

.contact-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
}
.contact-card i {
  color: #6c757d;
  margin-right: 10px;
}

strong {
  color: #a16207;
}

p {
  color: #4b5563;
}
