.about-hero {
  background: linear-gradient(to right, #0f172a, #1e293b);
  padding: 80px 20px;
  text-align: center;
  color: white;
}
.about-hero h1 {
  font-size: 42px;
  font-weight: bold;
  color: #ffcc00;
}
.about-hero p {
  font-size: 18px;
  opacity: 0.85;
}
.mission {
  padding: 60px 20px;
  text-align: center;
}
.mission h2 {
  color: #222;
  font-size: 32px;
  font-weight: bold;
}
.why-choose-us {
  padding: 60px 20px;
  text-align: center;
  background: #1e293b;
  color: white;
}
.why-choose-us h2 {
  color: #ffcc00;
  margin-bottom: 30px;
}
.feature-box {
  text-align: center;
  padding: 20px;
}
.feature-box i {
  font-size: 40px;
  color: #ffcc00;
  margin-bottom: 15px;
}
.team {
  padding: 60px 20px;
  text-align: center;
}
.team h2 {
  color: #222;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.team-member {
  text-align: center;
}
.team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.contact-info {
  padding: 60px 20px;
  text-align: center;
  background: #1e293b;
  color: white;
}
.contact-info h2 {
  color: #ffcc00;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 32px;
  }

  .team-member img {
    width: 100px;
    height: 100px;
  }
}
