Read More Button Space when it is collapse

Hi, I know there is nearly a similar post but if have a different Code, that´s why I create a new post.
My problem is when my text is collapsed then there is spacer.
Here my site: makeup-technicians.com
Here my Code + Properties:

Hey!

We are currently working on the ‘Show more’ button functionality to improve it.

In the meantime, you can open a ticket ( https://support.wix.com/en/article/contacting-wix-support ) so we can see it in the Editor and maybe offer you some workarounds.

Thank you!

Also, to add to this post and looking at your pic supplied. If you are using collapse and expand in your code, why have you also got #text86 set as hidden on load as well as that is a separate function.

https://www.wix.com/corvid/reference/$w.CollapsedMixin.html
Toggle an element’s collapsed state

if( $w("#myElement").collapsed ) {
  $w("#myElement").expand();
}
else {
  $w("#myElement").collapse();
}

Toggle an element’s hidden state

if( $w("#myElement").hidden ) {
  $w("#myElement").show();
}
else {
  $w("#myElement").hide();
}

Also, have a read of this page here and make sure that your page is setup correctly and not being affected by other things on your page.
https://support.wix.com/en/article/corvid-how-page-layout-is-affected-when-elements-change-size