How can I remove footer badges from my online store?

@manan123
Use this code

@media screen and (max-width: 768px) {
   .image-with-text{
     width:auto;
   }
}