.elementor-2836 .elementor-element.elementor-element-a82fa04{--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-2836 .elementor-element.elementor-element-599567c{--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-2836 .elementor-element.elementor-element-c2273bd{--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 html, class: .elementor-element-0eee0ca *//* SPLIT HERO */
.team-hero {
  display: flex;

  width: 100%;
}

.team-hero-content {
  width: 100%;
  background: #cfc6b7;
  padding: 80px ;
  display: flex;
 
}

/* TITLE */
.team-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 400;
  color: #3a3a3a;
  margin: 0;
}



.elementor-element.elementor-element-a82fa04.e-con-full.e-flex.rt-default-class.e-con.e-parent.e-lazyloaded {
    padding: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b339b3 */body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}


/* SECTION BACKGROUND */
.info-section {
  padding: 70px 0;
}


/* CONTENT WIDTH */
.info-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}


/* TEXT */
.info-container p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0528c0 */body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  
}


/* SECTION */
.team-section {
  padding: 80px 0;
}


/* CONTAINER */
.team-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}


/* CARD */
.team-card {
  width: 380px;
}


/* IMAGE */
.team-card img {
  width: 100%;
  border-radius: 22px;
  display: block;
  margin-bottom: 20px;
}


/* NAME */
.team-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #2f2f2f;
}


/* ROLE */
.team-card .role {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}


/* DESCRIPTION */
.team-card .desc {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}/* End custom CSS */