

 
.team {
  
  /* text-align: center; */
  margin:5% 0 0 0;
  padding: 60px 20px;
  background-color: #f2f2f2;
 
  
}
.team h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #c55d23;
}
.team-desc {
   text-align: center;
  margin: 30px auto 40px;
  max-width: 1200px;
  color: #555;
  font-size: 1rem;
   line-height: 1.5;
}

.team-grid {
  
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  max-width: 1600px;
  margin: 0 auto;
 
}

.team-card {
  
  height: auto;
  /* max-height: 800px; */
  margin-top: 40px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* text-align: center; */
}
 .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
.team-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #c55d23;
  margin-top: -60px;
  background: #fff;
}
.team-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.team-card h3 {
  text-align: center;
  margin: 15px 0 5px;
  font-size: 1.2rem;
  color: #333;
}

.role {
   text-align: center;
  font-size: 0.8rem;
  color: #c55d23;
  text-transform: capitalize;
  line-height: 1.5;
}
.bio {
  margin-top: 20px;
  font-size: 0.8rem;
  color: #666;
  flex-grow: -2;
  line-height: 1.8;

}

    .bio {
      font-size: 12px;
      line-height: 1.6;
      color: #555;
      text-align: justify;
      margin-top: 15px;
    }
 
.bio-years1 p {
  color: #555;
  font-size: 12px;
  line-height: 1.8;
   text-align: left;
  
}

/* Social icons */
.social {
  margin-top: 15px;
}
.social a {
  color: #c55d23;
  margin: 0 8px;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.social a:hover {
  color: #a0471a;
}


/* HD screen */
/* @media (max-width: 1366px) {
   
} */



/* PHone */
@media (max-width: 787px) {
 .team {
    /* text-align: center; */
    margin: 25% 0 0 0;
   
}
  .team-card {
  height: auto;
  margin-top: 40px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
 
}

.bio {
  margin-top: 20px;
  font-size: 0.8rem;
  
  flex-grow: -2;
  line-height: 1.8;

}
 
.bio-years1 p {
  margin: 5px ;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  
}

}

