Button cutting off form

https://www.visualsoft.co.uk/-temporary-slug-9b1ed6cb-b144-4ccc-8f46-81fae7d34ae9?hs_preview=vDhEYGQM-145618666907
On our website, the button the right form cuts off on first load, then shows on second time. Very lost as to why this is happening, can anyone provide any insight?

The iFrame of the form itself gives a height which is too short for the form, which is something I cant edit.

Hi @craigc11

You need to reduce the content as mentioned. As most of the space is used by the content.

Hope this will helps you out. Please mark it as Solution Accepted & Upvote to help other Community member.
Thanks!

Hi Gaurav,

This isnt the case unfortunately, I have stripped out the bottom text and it still is broken.

https://www.visualsoft.co.uk/-temporary-slug-9b1ed6cb-b144-4ccc-8f46-81fae7d34ae9?hs_preview=vDhEYGQM-145618666907

Hi @craigc11

From this i am understanding is that -

There might be some styling issues . You can check the code as a refrence

@media only screen and (min-width: 1025px)
.heroSectionColumn--fourth { padding: 2rem 60px 2rem 20px;
}

Also please try to adjust the padding top of the form which is large that is by the form is getting broken.

Thanks!