diff --git a/landing/investor-profile.css b/landing/investor-profile.css
--- a/landing/investor-profile.css
+++ b/landing/investor-profile.css
@@ -39,7 +39,8 @@
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
-  height: 56px;
+  height: 3rem; /* 48px */
+  height: clamp(3rem, 2.857142857142857rem + 0.7142857142857143vw, 3.5rem);
 }
 
 p.involvement {