Image with Text element doesn't show on desktop, only mobile

Hi,

My Image with text banner doesn’t show up on desktop, only mobile.

Mobile:

Desktop:

My website link: https://vettaflo.com/blogs/news

Please help! Thank you,

Hello @JoelKua

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save

.image-with-text {
    display: block;
}