h1 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.05em;
  color: #7e042e;
}

.row > * {
  padding-left: 18px;
  padding-right: 18px;
}

.team-box {
  width: 100%;
  height: auto;
  margin-bottom: 72px;
}

.team-box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #EEEEEE;
  /*&:nth-child(odd) {
      background-color: #E1EEF5;
  }*/
}

.team-box .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #7e042e;
  margin-top: 12px;
}

.team-box .position {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #7e042e;
}

