.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-3edb55dd */.about-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  }

  .about-container h1 {
    font-size: 32px;
    color: #C0392B;;
    text-align: center;
    margin-bottom: 30px;
  }

  .about-container h2 {
    font-size: 22px;
    color: #C0392B;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .about-container p {
    margin-bottom: 20px;
  }

  .about-container a {
    color: #C0392B;
    font-weight: 600;
    text-decoration: underline;
  }

  .about-container .signature {
    margin-top: 40px;
    font-style: italic;
    color: #555;
    text-align: center;
  }/* End custom CSS */