If you mean that the three icons should be centered in relation to the .folder-card div then I suggest you concentrate on the .folder-card_bottom_row div.
In the pic above you can see the folder/document/upload icons centered within the dark navy background. I’ve moved the icons to the top left so you can see. I want them to be centered within their squares
You can’t do this with CSS, you’d have to edit the SVG element, particularly the viewBox attribute. That attribute defines the coordinate system for the <path> (a rectangle that goes from upper left to lower right). The bigger the rectangle, the smaller the path. The general syntax is:
viewBox="start-x start-y end-x end-y"
This would be an example how to center the folder icon: