Cislunar has floating divs, they love to float over the other section. Maybe they wanna play?
Make a div float up using .cl-float-top class and float bottom using .cl-float-bottom.
<!-- Float Top -->
<div class="cl-float-top">
...
</div>
<!-- Float Bottom -->
<div class="cl-float-bottom">
...
</div>