diff --git a/assets/css/hero.css b/assets/css/hero.css index fd3c037..2fcbe31 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -92,7 +92,11 @@ /* How It Works Section */ #how-it-works { /* background-color: #f8f9fa; */ - padding: 40px 0; + padding: 30px 0; +} + +#how-it-works h2 { + margin-bottom: 15px; } .steps { @@ -109,7 +113,11 @@ /* Features Section */ #features { - padding: 40px 0; + padding: 30px 0; +} + +#features h2 { + margin-bottom: 15px; } .features-list {