.committee-membership {
  background-color: #fff;
  margin: 0;
}
.committee-membership .committee-member {
  margin-bottom: 15px;
}
.committee-membership .committee-member .committee-member-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  transition: all 0.3s ease;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 16px;
}
.committee-membership .committee-member .committee-member-inner .card-image img {
  height: 80px !important;
  width: 80px !important;
  border-radius: 50%;
}
.committee-membership .committee-member .committee-member-inner .card-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.committee-membership .committee-member .committee-member-inner .card-text p {
  margin-bottom: 6px;
}
.committee-membership .committee-member .committee-member-inner .card-text p:last-child {
  margin-bottom: 0;
}
.committee-membership .committee-member:last-child .committee-member-inner {
  border-bottom: 0;
}
/*# sourceMappingURL=sf-commetties.css.map */
