Unwanted Space after Break Multi-Line Collection Item

https://allard-inc.webflow.io/rental-products/canon-eos-c70-cinema-camera

When designing the site, everything is formatted as it should be. But when the site is published there is an unwanted gap. The two sections I am referring to are under Sensor Resolution and Built-In ND Filter


This is how I would like the formatting to appear. While below is how it appears on the published site.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hello.
Change this in your css.

.text-block-5 {
white-space: pre-wrap; - remove this line
white-space: pre-line; add this line
line-height: 25px;
}

That fixed it. Thank you!