
#terms-conditions-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#terms-conditions-8 .header {
  text-align: center;
  margin-bottom: 40px;
}
#terms-conditions-8 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#terms-conditions-8 .header p {
  font-size: 1.1rem;
  color: #777;
}
#terms-conditions-8 .terms-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  column-count: 2;
  column-gap: 40px;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #terms-conditions-8 .terms-content {
    column-count: 1;
  }
}



#text-block-29 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-29 .container {
  max-width: 850px;
}
#text-block-29 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-29 hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  border: 0;
  opacity: 1;
}
#text-block-29 hr:not([class*="hr-"]) {
  height: 1px;
  background-color: #dee2e6;
  width: 100%;
}
#text-block-29 hr.hr-gradient {
  height: 3px;
  background-image: linear-gradient(
    to right,
    var(--grad-hr-1, #0dcaf0),
    var(--grad-hr-2, #0d6efd),
    var(--grad-hr-3, #6f42c1)
  );
  border-radius: 2px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon {
  width: 80px;
  height: 1px;
  background-color: #adb5bd;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--section-bg-color, #ffffff);
  padding: 0 10px;
  color: #adb5bd;
  font-size: 1rem;
}
#text-block-29 hr.hr-double {
  height: auto;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 2px 0;
  background-color: transparent;
}
#text-block-29 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-29 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-29 {
    padding: 60px 0;
  }
  #text-block-29 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-29 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-29 hr {
    margin-bottom: 2rem;
  }
}


