.team-section {
  padding: 60px 0px 150px 0px;
  background: url('ap_images/index/white_background_img.png') no-repeat center
    center / cover fixed;
}
.team-heading {
  text-align: center;
  margin-bottom: 40px;
}
.team-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.team-heading h4 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #0097b2;
}
.team-member {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s;
}
.team-member:hover {
  transform: translateY(-8px);
}
.team-member img {
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.team-member h4 {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 700;
}
.team-designation {
  font-size: 0.9rem;
  color: #0097b2;
  margin-bottom: 10px;
}
.team-email {
  font-size: 0.85rem;
  color: #555;
}
