
/* Rounded title container */
.title-container {
  background-color: var(--primary-color);
  border-radius: 25px;
  padding: 125px 40px;
  margin-top: 120px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 100px;
  color: white;
  text-align: center;
  box-sizing: border-box;

}

.title-container h1 {
margin:0
}

#privacyPolicySection {
    margin: 0 50px;
  font-size: 22px; /* adjust as needed */
  font-weight: 400;
  line-height: 1.6;
  color: #222; /* neutral dark gray for readability */
  margin-bottom: 100px;
  text-align: left;
}

#privacyPolicySection p,
#privacyPolicySection ul,
#privacyPolicySection li,
#privacyPolicySection a,
#privacyPolicySection strong {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  text-align: left;
}

#privacyPolicySection a {
  color: #007bff; /* subtle blue link */
  text-decoration: underline;
}

#privacyPolicySection a:hover {
  text-decoration: none;
}

#privacyPolicySection ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#privacyPolicySection li {
  margin-bottom: 0.5em;
}

#privacyPolicySection strong {
  font-weight: 600; /* just slightly bolder for emphasis */
}