.elementor-920 .elementor-element.elementor-element-fd38b81{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a33084b */.gm-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.gm-image {
  flex: 0 0 220px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.gm-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gm-content {
  flex: 1;
  min-width: 260px;
}
.gm-content h2 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #fff;
}
.gm-content .name {
  font-size: 22px;
  font-weight: 700;
  margin: 4px 0;
  color: #fff;
}
.gm-content .role {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
}
.gm-content .bio {
  font-size: 15px;
  color: rgba(255,255,255,0.95);
  line-height: 1.6;
}

@media (max-width: 768px){
  .gm-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .gm-image {
    width: 100%;
    height: auto;
  }
  .gm-image img {
    height: 400px;
    object-position: top;
  }
  .gm-content .name {
    font-size: 20px;
  }
}/* End custom CSS */