.research_team{
  padding-top: 50px;
}

.team_member{
  color: #555555;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.team_member_info{
  padding-top: 20px;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.40px;
  text-align: justify;
  padding-bottom: 100px;
}

.team_member_container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px; /* Ajout d'un espace entre les membres de l'équipe */
}

.team_member_info_container {
  flex: 1;
}

.team_member_image {
  margin-left: 20px; /* Espacement entre l'image et le texte */
}

.team_member_image img {
  max-width: 200px; /* Taille de l'image */
  height: auto;
  border-radius: 20%; /* Optionnel : pour des images circulaires */
}
