
.team-section {
  width: 100%;
  background-color: #f1f1f8;
  padding: 20px;

}


.subheading {
  font-size: 16px;
  color: #666;
  margin: 0 0 30px;
  text-align: center;
}

.team-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.team-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 50px;
  color: #888;
  margin-bottom: 10px;
}

.name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.position {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  color: #666;
}
