/* Start custom CSS for text-editor, class: .elementor-element-5ac339c6 */.privacy-policy-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #222;
  line-height: 1.7;
}

.privacy-policy-container h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #003e6b;
}

.privacy-policy-container h2 {
  font-size: 24px;
  margin-top: 40px;
  color: #003e6b;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
}

.privacy-policy-container p {
  margin: 16px 0;
}

.privacy-policy-container ul {
  margin: 16px 0 16px 20px;
  padding: 0;
}

.privacy-policy-container ul li {
  margin-bottom: 8px;
  list-style: disc;
}

.privacy-policy-container a {
  color: #0077cc;
  text-decoration: none;
}

.privacy-policy-container a:hover {
  text-decoration: underline;
}/* End custom CSS */