.team-box {
  width: 100%;
  height: 475px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  bottom: 100px;
  font-size: 0;
}
.team-box .team-images {
  flex: 1;
  margin-left: 15px;
}
.team-box .team-item {
  width: 228px;
  height: 228px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.team-box .team-item:nth-child(3n) {
  margin-right: 0;
}
.team-box .team-item:nth-child(n + 4) {
  margin-bottom: 0;
}
.team-box .team-video {
  width: 471px;
  height: 471px;
  background: #fff;
}
