.avatars {
  display: flex;
  align-items: center;
}
.avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
}
.member_contanier {
  display: flex;
  justify-content: space-between;
}
