.person-groups-items tbody {
display: flex !important;
flex-wrap: wrap;
}

.person-groups-items tbody tr {
width:50%;
border: 1px solid #e5e1e1;
border-radius: 10px;
padding: 0.5rem;
}

table#edit-integrantes-items tbody tr td.webform-multiple-table--operations-two {
width:0;
}