.head-section{
    background: #000;
    height: 30vh;
    justify-content: center;
    align-items: end;
    display: flex;
    padding: 0 0 4vh 0;
    /* background-image: url(../img/bg/our-team-bg.png); */
}


.head-section{
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-text-wrap h1{
    text-align: center;
}

.our-team-section{
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.our-team-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 67%;
    font-size: 1em;
}

.our-team-text ul p{
    margin: 0;
}

.our-team-text a{
    color: #000;
}


@media (max-width: 500px){
    .our-team-text{
        width: 100%;
    }

    .head-section{
        height: 22vh;
    }
}