.team-member{
    display: flex;
    align-items: center;
    width: 20rem;
    padding: 0.5rem;
}

.team-section {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 2rem;
    justify-content: center;
    text-align: center;
}
.team-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
