Best UI Practices to show Multi-Action Button while avoiding tabular layout

So we have a screen which was given by a client, as per their module when the user selects a tab, the page should show options to do certain tasks like create/edit/delete.

One approach we went for is to show Label & buttons of the Action in the tabular format. While implementing it we faced some User Experience issues in the mobile screen as a table is not feasible for every screen for just a two-column layout. Also, a few labels leave a lot of white space on the page. What approach should we go for with this kind of layout?

Image for the current layout wireframe:

enter image description here