make text width wider for image with text

hello, i want my text to be wider for my ‘image with text’ as it is too narrow currently:

website is www.antico-abito.com , password is chasha , dawn theme

Hi @ads18922 ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#ImageWithText--template--24420688331075__image_with_text_UJVqdA {
    padding: 40px 10px !important;
}