.team{
    padding: 75px 0px;
}

.team h1{
    color: var(--dark-surface);
    font-weight: 700;
}

.team .card{
    box-shadow: 0px 15px 20px 0px #00000012;
}

.team .teamImg{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.team h5{
    color: var(--dark-surface);
    font-weight: 600;
}

.team p{
    color: var(--black-50);
    font-weight: 500;
}