Section Services on mobile

Hi, support.

Section SERVICES on mobile hide services in the right side. How can I fix it ?

www.agencybrasil.com

Hello,

I hope you are doing well today.

The services seem to appear. Can you please add an image of the issue?

Best Regards,
Support

Hi,

Thanks for your Help.

The Image is attach.

Hello,

You can use the following CSS code to force the last item to move down to a new line by going to Appearance > Customize > Additional CSS and pasting it there.


.row.row-eq-height {
    height: auto;
    overflow: auto;
}

Best Regards,
Support