Index: buddypress.org/public_html/wp-content/themes/bb-base/style.css
===================================================================
--- buddypress.org/public_html/wp-content/themes/bb-base/style.css	(revision 12581)
+++ buddypress.org/public_html/wp-content/themes/bb-base/style.css	(working copy)
@@ -132,6 +132,9 @@
 	margin: 0 auto;
 	width: 100%;
 	padding: 20px 0 0;
+	display: flex;
+    flex-wrap: wrap;
+    gap: 20px;
 }
 #showcase h3 {
 	color: #333;
@@ -168,9 +171,8 @@
 }
 
 div.feature {
-	float: left;
-	width: 225px;
-	margin: 0 20px 20px 0;
+	flex-basis: 23%;
+	margin: 0;
 	font-size: 12px;
 	line-height: 22px;
 }
@@ -1655,6 +1657,9 @@
 	#header-inner h1 a {
 		width: 65px !important;
 	}
+	div.feature {
+        flex-basis: 30%;
+    }
 }
 
 /* Do not fix #header for non-desktops */
@@ -1754,6 +1759,9 @@
 		height: 38px !important;
 		width: 38px !important;
 	}
+	div.feature {
+        flex-basis: 47%;
+    }
 }
 
 /* Mobile */
