I actually did find a small bug with the investor card height. The height was still 56px, but when we decresed the font size/line height this 56px was too big. This diff fixes this bug by making the value of the height dynamically change as well based on the screen width. To determine these clamp values the same strategy from D8173 was used here.