.elementor-2624 .elementor-element.elementor-element-b6e077d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2624 .elementor-element.elementor-element-703958c{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2624 .elementor-element.elementor-element-69b1045{text-align:center;}.elementor-2624 .elementor-element.elementor-element-69b1045 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:clamp(36px, 5vw, 48px);font-weight:800;letter-spacing:-1.5px;color:var( --e-global-color-secondary );}.elementor-2624 .elementor-element.elementor-element-74e94ba{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-10018da */.terms-container {
  font-family: 'Poppins', sans-serif;
  color: #111;
  line-height: 1.75;
  font-size: 14.5px;
  max-width: 800px;
  margin: 0 auto;
  border-left: 3px solid #000;
  padding-left: 20px;
}

/* Section Numbering */
.terms-container {
  counter-reset: section;
}

.terms-container h2 {
  counter-increment: section;
  font-size: 18px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}

.terms-container h2::before {
  content: counter(section) ". ";
  font-weight: 600;
}

/* Sub Headings */
.terms-container h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 6px;
  color: #000;
}

/* Paragraphs */
.terms-container p {
  margin-bottom: 10px;
  text-align: justify;
}

/* Lists */
.terms-container ul {
  margin: 8px 0 15px 20px;
  padding: 0;
}

.terms-container li {
  margin-bottom: 6px;
}

/* Bold text */
.terms-container strong {
  font-weight: 600;
  color: #000;
}

/* Divider between sections */
.terms-container h2:not(:first-child) {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}/* End custom CSS */