.aboutus {
  text-align: center;
  
}

.aboutus .subtitleaboutus {
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 1rem;
}

.aboutus h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.aboutus .description {
  color: #444;
  font-size: 1rem;
}

.teamaboutus {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 4rem 0;
}

.team-cardabout {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  width: 300px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.team-cardabout img {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.card-content {
  text-align: left;
}

.card-number {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  background: #dfe8d8;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}

.card-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

.name-tag {
  font-size: 0.85rem;
  color: #888;
}

