#header {
  background-color: #000 !important;
}

#header .wrapper {
  flex-direction: row;
}

/* ======================
   privacy POLICY CSS
====================== */
.privacy-wrapper {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
}

.privacy-wrapper .container {
  width: 100%;
  max-width: 53.625rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.privacy-wrapper .main-heading {
  font-size: 4.75rem;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(108, 51, 217, 1) !important;
  margin-bottom: 4rem;
  text-align: left;
}

.privacy-wrapper .privacy-section {
  margin-bottom: 3rem;
}

.privacy-wrapper .section-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 1) !important;
}

.privacy-wrapper .section-description {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(116, 116, 116, 1);
}

/* ==========================
   RESPONSIVE BREAKPOINTS
========================== */
@media (max-width: 768px) {
  .privacy-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .privacy-wrapper .main-heading {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }

  .privacy-wrapper .section-title {
    font-size: 1.25rem;
  }

  .privacy-wrapper .section-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .privacy-wrapper .main-heading {
    font-size: 2rem;
  }

  .privacy-wrapper .section-title {
    font-size: 1.125rem;
  }

  .privacy-wrapper .section-description {
    font-size: 0.9rem;
  }
}
