.elementor-655 .elementor-element.elementor-element-717145f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-cf382b9 */.aboutus-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #f0fcf9;
  font-family: 'Segoe UI', sans-serif;
  color: #2d3748;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.75;
}

.aboutus-section h1 {
  font-size: 28px;
  color: #2f855a;
  margin-bottom: 20px;
}

.aboutus-section h2 {
  font-size: 22px;
  margin-top: 30px;
  color: #185fb8;
}

.aboutus-section p {
  font-size: 16px;
  margin: 15px 0;
}

.aboutus-section ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.aboutus-section li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.aboutus-section li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}

.aboutus-section strong {
  color: #1877d2;
}

@media (max-width: 600px) {
  .aboutus-section {
    padding: 20px;
  }

  .aboutus-section h1 {
    font-size: 24px;
  }

  .aboutus-section h2 {
    font-size: 20px;
  }
}/* End custom CSS */