.team-member {
  display: flex;
}

.text-part {
  flex: 1;
}

.image-part {
  margin-left: 20px; 
  width: 50%;
  height: auto:
}
