.privacy__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.privacy-header {
  background: #0e121d;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.privacy-header h1 {
  font-size: clamp(1.75rem, 1.523rem + 1.14vw, 2.375rem);
  margin-bottom: 30px;
  text-transform:uppercase;
}

.privacy-header p {
  font-size: 1.2rem;
  color: #fff;
}

.privacy-content {
  padding: 50px;
}

.privacy-content ul {
  margin-bottom:15px;
  padding-left:40px;
  list-style:square;
}

.privacy-content h2 {
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  color: #000;
  margin-bottom: 30px;
  border-left: 4px solid #e63946; 
  padding-left: 10px;
  text-transform:uppercase;
}

.privacy-content p {
  font-weight:300;
  margin-bottom: 15px;
  line-height: 140%;
}

.privacy-content  p>strong {
  font-weight:700;
}

.privacy-content .contact-info a {
  color: #e63946; 
  text-decoration: none;
  font-weight: 600;
}

.privacy-content .contact-info a:hover {
  text-decoration: underline;
}
