
#the-team .member{
    background-color: #EAF3F3;
    padding: 80px 0 60px 0;
}

#the-team .member:nth-child(2n+1){
    background-color: #ffffff;
}

#the-team .wrap{
    max-width: 1280px;
}

#the-team .member .content{
    width: calc(100% - 240px);
    margin-left: 40px;
    float: right;
}

#the-team .member .inner-content{
    column-gap: 40px;
    column-count: 2;
    margin: 0 auto;
}

#the-team .member h3{
    max-width: 200px;
    float: left;
}

#the-team .member h3 span{
    text-transform: uppercase;
    margin: 10px 0 0 0;
    line-height: 26px;
    font-size: 18px;
    display: block;
}

@media screen and (max-width: 860px) {
    #the-team .member .inner-content{
        column-count: 1;
        column-gap: 0;
    }
}

@media screen and (max-width: 580px) {
    #the-team .member .content,
    #the-team .member h3{
        max-width: auto;
        float: none;
    }

    #the-team .member .content{
        margin-left: 0;
        width: auto;
    }

    #the-team .member{
        padding: 40px 0 20px 0;
    }

    #the-team .member .content .button{
        width: calc(100% - 80px);
        text-align: center;
        margin: 0 auto;
        display: table;
    }
}