#ourTeam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 50px;
    gap: 80px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 3vw, 20px);
    background-image: linear-gradient(to top, rgb(241, 253, 255), white);
}


@media (max-width: 768px) {
    #ourTeam {
    padding: 80px 50px;
    gap: 50px;
     }
}

#ourTeam p {
    font-weight: 300;
}

#founderImg {
    width: clamp(250px, 5vw, 400px);
}

#founderDiv {
    text-align: center;
    font-size: 16px;
    font-style: italic;
}