.first-team{
    height: auto;
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-card1 {
    height: 15rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    box-shadow: rgb(255 255 255 / 20%) 0px 2px 8px 0px;
}

.team-card{
    height: 15rem;
    width: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
        box-shadow: rgb(255 255 255 / 20%) 0px 2px 8px 0px;
    margin: 1rem;
}

.tc2{
    width: 30rem;
}

.second-team{
    margin-top: 3rem;
    height: auto;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:767px){

    .first-team {
        flex: 1;
        flex-wrap: wrap;
}
.team-card1 {
    width: 100%;
}

}