How can I remove an image's padding inside a rich text?

Hello!

Is there any way to remove paddings inside a rich text? it’s okay on desktop but I can’t fix it for mobile devices. Any help would be appreciated.

Thanks!

Here’s the preview url: Webflow - Digital Union Marketing

Hopefully you’re not still struggling with this! But if you are:

I was having a similar problem with unwanted margin on images in rich text blocks. This overview is really helpful - go to the ‘How to style content in a Rich text element’ section. I would think it applies to editing mobile styles too.

Write this in your global css setting:

.figure { 
margin-top: 0rem!important;
margin-bottom: 0rem!important; 
}