
#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-3 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-3 .container {
  max-width: 900px;
}
#text-block-3 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-3 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 35px;
}
#text-block-3 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-3 .text-paragraph:last-of-type {
  margin-bottom: 2.5rem;
}
#text-block-3 .text-highlight {
  background-color: var(--highlight-bg-color, #e7f5ff);
  border-left: 5px solid var(--highlight-border-color, #0d6efd);
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 0 6px 6px 0;
  position: relative;
}
#text-block-3 .text-highlight::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 1.8rem;
  color: var(--highlight-border-color, #0d6efd);
  opacity: 0.3;
}
#text-block-3 .text-highlight p {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
#text-block-3 .text-highlight p:last-child {
  margin-bottom: 0;
}
#text-block-3 .text-highlight footer {
  text-align: right;
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#text-block-3 .text-highlight footer cite {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #text-block-3 {
    padding: 60px 0;
  }
  #text-block-3 .text-heading {
    font-size: 2rem;
  }
  #text-block-3 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-3 .text-highlight {
    padding: 20px 25px;
    margin-left: 10px;
  }
  #text-block-3 .text-highlight::before {
    left: -20px;
    font-size: 1.5rem;
  }
  #text-block-3 .text-highlight p {
    font-size: 1.1rem;
  }
}


