.team {
  display: flex;
  justify-content: start;
  align-items: end;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}

.team img {
  width: 130px;
  height: auto;
  margin-right: 30px;
}