 
 .teamouterdiv{
    padding: 100px 0;
}
 
 .team-wrapper {display:flex; flex-grow:0 0 1; column-gap:25px; flex-wrap: wrap; justify-content: center; margin-top: 70px;}
 .team-box { width:30%;}
 .team-head {display:flex; column-gap:25px; align-items: center; margin-bottom: 22px;}
 .team-head img {width:99px;}
 
 .team-intro {}
 
 .team-box { border:2px solid #CFDEE5; padding:25px; border-radius:15px; position:relative;}
 .team-intro span { display:block;} 
 .team-intro .t-name { color:#1D1D1F; font-family: 'Niveau Grotesk', sans-serif; font-size:20px; line-height:30px; font-weight:bold;} 
 .team-intro .t-designation { color:#8FB9CE; font-family: 'Niveau Grotesk', sans-serif; font-size:18px; line-height:24px; font-weight:normal;} 
 .team-body  { color:#333333; font-family: 'Niveau Grotesk', sans-serif; font-size:14px; line-height:25px; font-weight:normal;} 
 
 .icn-year {
  position: absolute;
  top: -51px;
  right: 25px;
}
 
 @media (max-width:991px){
     .team-box { width:46%; margin-bottom:30px;}
     
     
 }
 
  @media (max-width:768px){
     .team-box { width:90%; margin-bottom:60px;}
     
     
 }