table.tb5-user-details-table td {
    word-break: break-word;
}

table.tb5-user-details-table td:first-child {
    width: 50%;
}

@media screen and (min-width: 992px) {
table.tb5-user-details-table td:first-child {
  width: 30%;
}

}