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