.elementor-6702 .elementor-element.elementor-element-f41b348{--display:flex;}.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-6702 .elementor-element.elementor-element-bec241e{text-align:left;}/* Start custom CSS for heading, class: .elementor-element-bec241e */.terms-section {

  
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.8;
}

.terms-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;

}

.terms-container h1 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  text-align: center;
}

.terms-container h1 span {
  color: #e63946; /* Highlight color */
}

.terms-container h2 {
  font-size: 20px;
  color: #444;
  margin-top: 25px;
  margin-bottom: 10px;
  border-left: 4px solid #e63946;
  padding-left: 10px;
}

.terms-container p {
  font-size: 16px;
  margin-bottom: 10px;
}

.terms-container ul {
  margin-top: 10px;
  padding-left: 20px;
   font-size: 20px;
}

.terms-container ul li {
  margin-bottom: 5px;
  font-size: 10px;
}

.terms-container a {
  color: #e63946;
  text-decoration: none;
  font-weight: 500;
}

.terms-container a:hover {
  text-decoration: underline;
}/* End custom CSS */