#ourTeam {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 30px;
    font-family: 'Assistant', sans-serif;
    background-image: linear-gradient(to top, rgb(255, 247, 219), white );
}

#ourTeam h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

#ourTeam h3 {
    font-weight: 600;
}

#ourTeam p {
    font-weight: 300;
    font-size: clamp(16px, 3vw, 20px);
}

#ourTeamWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.KeyPersonWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    width: 80%;
}

@media (max-width: 1300px) {
    .KeyPersonWrapper {
        flex-direction: column;
     }
   }

.personImg {
    width: 200px;
}