.head {
  margin-bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 30px;
}

@media (max-width: 1599.98px) {
  .head {
    padding: 120px 0px 30px;
  }
}

.receive {
  margin-top: 80px;
}

.team {
  margin-bottom: 100px;
}

.team-item {
  position: relative;
}

.team-item__content {
  margin-top: 16px;
}

.team-item__name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}