.elementor-372 .elementor-element.elementor-element-992609b{--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-372 .elementor-element.elementor-element-381a951{--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-372 .elementor-element.elementor-element-3b0224e{text-align:center;}.elementor-372 .elementor-element.elementor-element-3b0224e .elementor-heading-title{font-family:"PT Serif", Sans-serif;font-size:30px;font-weight:600;color:var( --e-global-color-astglobalcolor2 );}@media(min-width:768px){.elementor-372 .elementor-element.elementor-element-381a951{--width:98%;}}/* Start custom CSS for html, class: .elementor-element-2b3ea3f */.committtees,
.committees .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.committtees h1 {
  font-size: 2rem;
  color: #762049;
  text-align: center;
  margin-bottom: 10px;
}

.committtees .intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1rem;
  color: #555;
}

.committee {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #762049;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.committee h2 {
  color: #762049;
  margin-top: 0;
  margin-bottom: 10px;
}

.committee h3 {
  color: #444;
  margin-bottom: 5px;
}

.committee p {
  margin: 0 0 10px 0;
}

.committee ul {
  padding-left: 20px;
  margin: 0 0 10px 0;
}

.committee li {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .committee {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .committee > div {
    flex: 1;
  }

  .committee h2 {
    flex-basis: 100%;
  }
}/* End custom CSS */