Custom HTML Code working on Desktop but not on mobile

My website is : www.TOAIArt.com

The middle part of my Hope Page has an ‘Custom HTML’ section :

the footer in the end , of the section, is not appearing properly in mobile :

It is appearing on the side :

Attached is my HTML code.

Please help me correct it.

Hi @SurTri ,

you can add the short code bellow at the bottom of the /assets/theme.scss.css file:

.custom-content .custom__item-inner--html .section-header.text-center{
  clear: both;
}

Hope can helpful to you,

Thanks!

Thanks a lot Phavia !!! It worked as desired.

I’m glad to hear that!

thanks!!!