.legal-hero {
  background: linear-gradient(rgba(10,25,50,0.85), rgba(10,25,50,0.85)),
              url('images/gal-banner.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 20px;
  color: #fff;
}

.legal-hero h1 {
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.legal-hero p {
  font-size: 14px;
  opacity: 0.8;
}

.privacy-container {
  /* max-width: 900px; */
  width: 100%;
  margin: 40px auto;
  padding: 20px 80px;
  background-color: #fff;
  border-radius: 6px;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.date {
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #2c2c2c;
}

h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: 600;
}

ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 6px;
  font-size: 15px;
}

strong {
  font-weight: 600;
}