.meet-our-team{
    padding-top: 100px;
    margin-bottom: 50px;
}

.bg-team-text{
    /* background: linear-gradient(103deg, #000 27.69%, rgba(200, 0, 0, 0.57) 88.92%); */
    background-image: url(../images/team/bg-team.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
}
.team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}


@media(max-width: 900px){
    .t-content{
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        flex-flow: column-reverse;
        justify-items: center;
        align-items: center;
    }

    .team h2{
        font-size: 28px;
    }
    
}

@media(max-width: 450px){
    .t-text img{
        max-width: 30px;
    }
    
    .t-text p{
        font-size: 12px;
    }

    .t-content-text{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 30px;
    }

    .team h2{
        font-size: 24px;
    }
    
}


.form{
    display: grid;
    grid-template-columns: 2fr 1fr;
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.hidden{
    display: none;
}

.help{
    padding-right: 20px;
}

.help img{
    max-width: 1000px;
}

