.about-hero{
width: 100%;
height: 100%;
padding: 16rem 20rem 16rem 20rem;
flex-direction: column;
justify-content: flex-end;
align-items: center;
margin-top: -5.2rem;
gap: 1rem;
background-image: url("../assets/images/aboute-hero.png");
    background-size: cover;      /* makes image fill the box */
    background-position: center; /* keeps subject centered */
    background-repeat: no-repeat;/* prevents tiling */
    
}
.about-hero h1{
    color: #FFF;
text-align: center;
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: normal;

}
.about-hero p{
    color: #FFF;
text-align: center;
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: normal;

}
.impact-body{

    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(199deg, #E8E8E8 -0.59%, #EAF3FA 100%);

}

.about-text{
    color: #000;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem; /* 177.778% */
}
.teamsec{
    width: 95%;
}
.team{
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.team-card{
    display: flex;
    /* height: 35.875rem; */
    gap: 1rem;
    border-radius: 1.3125rem;
border: 1px solid #D9D9D9;
background:#fff ;

}
.team-card img{
width: 30%;

}
.team-text{
    width: 25rem;
    display: flex;
    padding: 0.9375rem 0;
    flex-direction: column;
    
    
    
}
.person-name{
    color: #000;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.desg{
    color: #5c5c5c;
    font-family: Poppins;
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.person-about{
    color: #3C3C3C;
    font-family: Poppins;
    font-size: .8rem;
    font-weight: 300;
    margin-top: 1rem;
}
.social-links a{
    
}
.social-links a img{
    margin-top: 1rem;
    width: 3.125rem;
    padding: 0.5rem;
    border-radius: 3rem;
    background: #D4D6DB;
}