.team-section {
  background-color: #0e0e1a;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.team-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #a781f8;
  text-align: center;
}

.team-section h2 span {
  color: #fff;
}

.team-role {
  font-size: 14px;
  font-weight: 600;
  color: #a781f8;
  margin-bottom: 8px;
  text-align: center;
}

.team-bio {
  font-size: 14px;
  color: #ccc;
  padding: 0 15px;
}
.text-center p,
.team-intro {
  text-align: center;
  margin: 0 auto;
  color: #ccc;
  font-size: 16px;
  max-width: 800px;
}