Fix alignment issues of "We volunteer our time" section
diff --git a/neon.css b/neon.css
index da586d0..dd19c91 100644
--- a/neon.css
+++ b/neon.css
@@ -6585,3 +6585,13 @@
   .animate-in-right.out-of-viewport {
     opacity: 0;
     left: 5%; }
+
+.flex-center {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+
+.no-wrap {
+  white-space: nowrap;
+}