How to center all the images in the Start Here area on all devices

How to center all the images in the Start Here area on all devices




And the code you will need is:

.custom-portfolio.et_pb_fullwidth_portfolio_0 .et_pb_portfolio_items {
display: flex;
justify-content: center;
flex-wrap: wrap; 
}