.terms-banner-section {
  padding-top: 100px;
  background: #fef3ec;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* Terms and Conditions Page Styles */
.terms-condition-list .privacy-list-section {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: left;
}

.terms-condition-list .privacy-list-section h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.terms-condition-list .privacy-list-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.list-container {
  max-width: 90%;
  margin: auto;
  padding: 20px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 20px;

  padding-bottom: 5px;
}

ul {
  list-style-type: disc;
  /* padding-left: 20px; */
}

ul li {
  font-size: 16px;
  color: #444;
  margin: 10px 0;
}

p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .terms-banner-section {
    padding-top: 0px;
  }
}
