.ai-staff-profile.staff {
    width: 40%;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #F8F8F8;
    padding: 0px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 0px;
}
.staff-profile-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.staff-profile-table th, .staff-profile-table td {
    padding: 10px 0px 8px;
    color: #4B4B4B;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}
.ai-arg-legalteam.client {
    width: 40%;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #F8F8F8;
    padding: 0px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 0px;
}
.staff-profile-table th {
    padding-left: 58.24px!important;
    width: 50%;
}
.staff-profile-table tr:nth-child(2n) {
    background: rgb(255, 255, 255);
}
.staff-profile-table .ai-arg-table {
    padding: 5px;
}
.staff-profile {
    margin-bottom: 16px;
}
.staff-profile-table {
    padding: 5px;
}
.staff .staff-profilename {
    padding-bottom: 26px;
    padding-top: 20px;
    color: #4B4B4B;
    text-align: center;
    font-family: Arial;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
img.staff-profile-img {
    width: 129px;
    height: 129px;
    flex-shrink: 0;
    clip-path: circle(50%);
    border-radius: 50%;
}
@media (min-width: 1390px){
    .ai-staff-profile.staff {
        width: 361px;
        margin-bottom: 10px;
        height: 406px;
    }
}