diff --git a/src/components/mission-outreach/HeroSection.tsx b/src/components/mission-outreach/HeroSection.tsx index 8e3642b..a87a10b 100644 --- a/src/components/mission-outreach/HeroSection.tsx +++ b/src/components/mission-outreach/HeroSection.tsx @@ -9,7 +9,7 @@ const HeroContainer = styled.section` margin: 0 auto; padding: 0 33px; min-height: 657px; - margin-bottom: 50vh; + margin-bottom: 80px; `; import { motion } from 'framer-motion';