.team-banner {
    background:rgb(236 236 236);
}
.team-card {
    max-width: 95%;
    margin: 30px auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-text {
    margin-top: 60px;
    border-radius: 10px;
    padding: 30px 20px 30px 130px;
    position: relative;
    box-shadow: 0px 0px 10px #0000003d;
    z-index: -1;
    min-height: 180px;
    display: flex;
    align-items: center;
}
.member-text:before {
    content: '';
    background: url(../../images/socxo/team/box-line.png) 0px 0px no-repeat;
    background-size: 70%;
    width: 116px;
    height: 315px;
    position: absolute;
    left: auto;
    right: -55px;
    top: -16px;
    z-index: -1;
}
.member-photo {
    position: relative;
    height: 315px;
    width: 315px;
}
.team-card a.linkedin {
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
}
.team-card p img {
    width: 40px;
}
.team-card:hover .member-text {
    border: 1px solid #da6621;
}
.sp-half-border {
    position: relative;
}
.sp-half-border:before {
    content: '';
    width: 250px;
    height: 50px;
    border-radius: 50%;
    background: url(../../images/socxo/team/curveline.png) 0px 0px no-repeat;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
    z-index: -1;
    background-size: contain;
   
}
@media only screen and (max-width: 992px) {
    
    .team-card {
        margin: 10px auto;
    }
    .member-photo{
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: -100px;
        z-index: -1;
        padding-top: 30px;
    }

    .member-photo img {
        width: 60%;
        max-width: none;
        margin: auto;
    }
    
    .member-text {
        background:white;
        margin: auto;
        padding: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .member-text:before{
        content:none;
    }
    .team-card a.linkedin {   
        width: 100px;
        bottom: 50px;
        right: 160px;
    }
}
@media only screen and (max-width: 769px) {
    .member-photo {
        margin-bottom: -10px;
    }

    .team-card a.linkedin {
       width: 60px;
        bottom: 15px;
        right: 50px;
    }

}