-
+
+
+
-
- 05
- Building tomorrow’s women entrepreneurs.
-
- Every enterprise starts with one decision. Our pillars move women from idea to ownership through mentorship, real industry partnerships, and hands-on venture building across the logistics ecosystem.
-
-
-
+
diff --git a/src/components/sections/EmpowermentStories.tsx b/src/components/sections/EmpowermentStories.tsx
index 3d620c6..044f8b3 100644
--- a/src/components/sections/EmpowermentStories.tsx
+++ b/src/components/sections/EmpowermentStories.tsx
@@ -265,7 +265,14 @@ export default function EmpowermentStories() {
}
@media (max-width: 640px) {
- .est-section { padding-top: 54px; padding-bottom: 54px; }
+ .est-section { padding-top: 54px; padding-bottom: 6px; }
+ /* .est-feature's margin-bottom (clamp(44px, 6vw, 76px)) was sized
+ to precede an .est-list testimonial row block that no longer
+ exists in this component's JSX. Since .est-feature is now the
+ section's last child, that margin was pure dead space stacking
+ on top of .est-section's own padding-bottom above — the real
+ source of the oversized mobile gap before the next section. */
+ .est-feature { margin-bottom: 0; }
.est-title {
font-size: clamp(34px, 10vw, 40px) !important;
letter-spacing: -0.045em !important;