.sb-team__photo img {
  transition: transform 0.5s ease;
}

.sb-team__member:hover .sb-team__photo img {
  transform: scale(1.03);
}
