#team {
    width: 50%;
    margin: auto;
}

#team .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 5%;
    justify-content: space-around;
}

#team .row .col {
    display: flex;
    flex-direction: column;
}

#team .row .col .people img {
    border-radius: 50%;
    width: 150;
    height: 150px;
}

#team .row .col .people {
    text-align: center;
}

#team .row .col .people {
    text-align: center;
}

#team .row .col .people h3 {
    color: var(--secondary);
}

#team .row .col .people h4 {
    color: var(--primary);
}

.people .line {
    border-bottom: 5px solid var(--primary);
    border-radius: 20px;
    width: 100px;
    margin: 0 auto;
}