#privacy-policy {
    background: url(../images/intro/sec1-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.privacy-policy-section {
    font-family: 'Gilroy', sans-serif;
    color: #fff;
    line-height: 1.6;
    padding: 150px 0;
    padding-top: 200px;
}

.privacy-policy-section .privacy-title {
  font-size: 36px;
  font-weight: 700;
  color: #8A39E1;
  margin-bottom: 10px;
  text-align: center;
}

.privacy-policy-section .privacy-update {
  font-size: 14px;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 40px;
}

.privacy-policy-section .privacy-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #e0e0e0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.privacy-policy-section .privacy-text {
  font-size: 16px;
  margin-bottom: 15px;
}

.privacy-policy-section .privacy-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.privacy-policy-section .privacy-list li {
  margin-bottom: 8px;
}