.elementor-10887 .elementor-element.elementor-element-0792641{width:100%;max-width:100%;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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 html, class: .elementor-element-0792641 */.org-tree {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .org-box {
    background-color: #f0f4f8;
    border: 2px solid #007bff;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    color: #003049;
    margin: 10px;
    min-width: 200px;
    max-width: 220px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }

  .org-photo {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    
    margin-bottom: 12px;
    border: 3px solid #007bff;
  }

  .org-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .org-title {
    font-size: 14px;
    color: #333;
  }

  .tree-line {
    width: 2px;
    background-color: #007bff;
    height: 30px;
    margin: 0 auto;
  }

.tree-branch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tree-branch .org-box {
  margin: 10px;
}/* End custom CSS */