.contain-team {
    display: flex;
    /* gap: 2rem; */
    align-items: center;
}
.team-contain {
    flex-grow: 1;
    width: 20rem;

}
.popup {
    display: none;
}
.team-content {
    width: 100%;
    background-color: aqua;
}
@media(max-width: 750px){
    .contain-team {
        flex-direction: column;
    }
}