@media screen and (max-width: 768px) {
    .wp-block-image.is-style-center-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }
}