For the file upload buttons, I have used the given image by customizing the button look using Bootstrap 3. Here is an example of how I achieved this:
<label class="btn btn-primary" for="my-file-selector">
<input id="my-file-selector" type="file" style="display:none;">
Button Text Here
</label>
Now, out of the 5 image upload buttons, one of them requires a specific graphic to be used. How can I incorporate that into my design?