Paste the following in Appearance > Customize > Additional CSS:

.your-class img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; optional */
}

Source: https://www.w3schools.com/howto/howto_css_image_center.asp