Hello,
I have visited the URL you attached. It seems that the image you used as the payments have too large icons.
And for the mobile they are displayed well because the image width and height is less than the actual.
If you need to make the icons small then you need to adjust the height width but if you change the width it will not be displayed correctly.
If you still want to change the width and height then you need to use the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.
.min-footer img {
height: 100px;
width: 1000px;
}
You can adjust the height width according to your needs.
Best Regards.