.wpo-team-item{
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    height: 338px;
    border-radius: 8px;
    padding: 0 5px;
}

.wpo-team-item a{
    display: flex
    ;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        box-shadow: 0 0 25px #0000001c !important;
        border-radius: 11px;
        overflow: hidden;
}

.wpo-project-img{
    height: 230px;
    border-radius: 100% 12px 0px 0;
    overflow: hidden;
}

.wpo-project-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wpo-project-text{
    width: 100%;
}
.wpo-team-item h6{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.wpo-team-item p{
    font-size: 14px;
    font-weight: bold;
    color: #858585;
}

.wpo-team-item span{
    border: 1px solid #5a5a5a;
    border-radius: 6px;
    padding: 0px 10px;
    font-size: 13px;
    color: #5a5a5a;
    text-align: left;
    float: left;
    margin-left: 20px;
    display: block;
    padding: 5px 10px;
}