.elementor-124 .elementor-element.elementor-element-8a1df0b{--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-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 );}.elementor-124 .elementor-element.elementor-element-23dd6e4{color:#181818;}.elementor-124 .elementor-element.elementor-element-e8304f7{--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;}/* Start custom CSS for text-editor, class: .elementor-element-23dd6e4 */.headings:after {
  content: '';
  display: block;
  height: 3px; 
  width: 0px;
  margin: 0 auto;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;

}
.headings:after {
  width: 10%;
  background: #1a5e3a; /*change background here*/
}

.box:hover .headings::after {
  width: 20%;
  background: #1a5e3a; /*change background here*/
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-53e27bd */.pmbgt-container {
    max-width: 960px;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
    padding: 2rem;
    line-height: 1.6;
    color: #181818;
  }

  .pmbgt-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    font-size: 16px;
  }

  .pmbgt-header img {
    max-width: 200px;
    border-radius: 1rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }

  .pmbgt-header .bio {
    flex: 1;
  }

  .pmbgt-header .bio h3 {
    margin: 0 0 0.5rem;
    font-size: 1.3rem;
    color: #1a5e3a;
  }

  .pmbgt-header .bio p {
    margin: 0;
  }

  section {
    margin-bottom: 2.5rem;
    text-align: justify;
    font-size: 14px;
  }

  section h2 {
    color: #1a5e3a;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #1a5e3a;
    padding-bottom: 0.5rem;
  }

  ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
  }

  ul li {
    margin-bottom: 0.5rem;
  }

  @media (max-width: 600px) {
    .pmbgt-header {
      flex-direction: column;
      text-align: center;
    }
    .pmbgt-header img {
      max-width: 150px;
    }
  }/* End custom CSS */