.team-clean {
  color: var(--white);
  background: #000000;
}

.team-clean p {
  color: #7d8285;
}

.team-clean h2 {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: /*40px*/ 20px;
  color: inherit;
  /*margin-bottom: 40px;*/
  /*padding-top: 40px;*/
  /*color: inherit;*/
}

@media (max-width:767px) {
  .team-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
  }
}

.team-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-clean .intro p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: rgb(255,255,255);
}

.team-clean .people {
  padding-bottom: /*40px*/ 10px;
}

.team-clean .item {
  text-align: center;
  padding-top: 50px;
}

.team-clean .item .name {
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 8px;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.team-clean .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}

.team-clean .item .description {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: rgb(255,255,255);
}

.team-clean .item img {
  max-width: 160px;
}

.team-clean .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-clean .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-clean .social a:hover {
  opacity: 1;
}

