Center align collections heading and images in Warehouse

Hello, I’d like to center align the featured collections section on the homepage along with its images. My theme is warehouse, the URL is usbthumbs.com

This is what im talking about, its left aligned right now, i want the images and heading and text centered

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.collection-list .flickity-viewport .flickity-slider a.collection-item {
width: 20% !important;
position: unset !important;
}

Hey pallavi thanks alot, as you can see the icons and titles are moved but the heading is still left aligned, how to move that too?