.staff-member-card{
  display:flex;
  gap:1rem;
}
.staff-member-card a{
    color:#999;
    word-break:break-word;
  }
.staff-member-card__photo img{
    border-radius:50%;
    max-width:6.5625rem;
    max-width:7.5rem;
  }
.staff-member-card__info{
  display:flex;
  flex-direction:column;
  gap:0.25rem;
  min-width:0;
}
.staff-member-card__name{
  font-size:1rem;
  font-weight:bold;
  margin:0;
}
.staff-member-card__job-title{
  word-break:break-word;
}


/*# sourceMappingURL=staff_member_card.css.map*/