.wp-team {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px 0;
  background-color: #fff;
  align-items: center;
}

.team-title {
  width: 1096px;
  height: 37px;
  font-size: 18px;
  font-weight: bold;
  color: #1F2329;
  line-height: 21px;
  border-bottom: 2px solid #ececec;
}

.team-box {
  margin-top: 16px;
  width: 1096px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.team-row {
  display: flex;
  height: 56px;
  box-sizing: border-box;
  align-items: center;
  border-top: 1px solid #ececec;
}

.team-row:first-child{
  border: none;
}

.team-item {
  width: 548px;
  display: flex;
  align-items: center;
}

.team-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background-color: #000;
  margin: 0 8px;
}

.team-item a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}