Service/Request/Ticket analogy

I have a web application with a page that contains a person and several services that are provided to that person. The services can be hardware and IT/Networking. e.g. Desk, PC, domain account etc... The whole point of that page is to manage these services. So, the user can perform CRUD operations on any of them.

The person and his/her details are represented via an employee badge. Which fits well and is fairly intuitive.

However, I've been searching for days for a graphical/UI analogy for the design of the services that are provided to the user.

All of these services have icons and names. I can always just populate a table with them. But is there a more intuitive way to represent such services? I've tried card-like boxes with shadows and sticky notes, for example. But it doesn't seem to fit.

For reference, the UI is flat. I've tried playing around with cards and shadows. But it just doesn't fit.

I'll be grateful for any ideas...