How can I hide an image from the footer in the mobile view?

The image youve shown is already in the left. Even we change the code into left.

.footer-block__details-content.footer-block-image.right {
    justify-content: left;
}

And save.

result:

The flex-start is from the left to right. Right is flex-end.

You can choose whatever you decide. But if you ask me it more nicer and cleaner the align all center in the mobile screen.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!