

.about-container{
max-width:1000px;
margin:80px auto;
padding:20px;
font-family:Poppins;
line-height:1.7;
}

.about-title{
font-size:32px;
font-weight:600;
margin-bottom:20px;
}

.about-section{
margin-bottom:40px;
}

.about-highlight{
color:#0a8f2f;
font-weight:600;
}

.team-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:20px;
}

.team-card{
background:#f7f7f7;
padding:20px;
border-radius:10px;
text-align:center;
}

.team-card img{
width:80px;
height:80px;
border-radius:50%;
margin-bottom:10px;
}

