diff --git a/assets/sass/_theme/design-system/hero.sass b/assets/sass/_theme/design-system/hero.sass
index bd55209d63a66db9f6d1d40984760b56d3612026..0de31f97c3a2601d28c8500954c380cc3b87050e 100644
--- a/assets/sass/_theme/design-system/hero.sass
+++ b/assets/sass/_theme/design-system/hero.sass
@@ -65,8 +65,7 @@
 
     @include media-breakpoint-up(desktop)
         .hero-text
-            .hero-text
-                width: columns(9)
+            width: columns(9)
         &--with-image
             .content
                 display: flex
diff --git a/layouts/partials/footer/debug.html b/layouts/partials/footer/debug.html
index 264919a4ff735d4aea561caca60c63e8240c53dd..86fc5ac335c3293104e5a8f1b37a3bab76fdc987 100644
--- a/layouts/partials/footer/debug.html
+++ b/layouts/partials/footer/debug.html
@@ -275,7 +275,7 @@
 
   function openInProd() {
     // To use this debug method, add params.productionUrl key to your hugo config.yaml
-    const productionUrl = "{{ site.Params.productionUrl }}";
+    const productionUrl = "{{ site.Params.debug.productionUrl }}";
     if (productionUrl) {
       window.open(`${productionUrl}${window.location.pathname}`);
     }
diff --git a/layouts/partials/programs/hero-single.html b/layouts/partials/programs/hero-single.html
index bcf281be2bdd93d9c85b9160a718c097ebdb866e..96357ec373647c0e43568e650525330e607e3b04 100644
--- a/layouts/partials/programs/hero-single.html
+++ b/layouts/partials/programs/hero-single.html
@@ -2,8 +2,6 @@
 {{ partial "header/hero.html"
       (dict
         "title" $title
-        "image" .Params.image
-        "sizes" site.Params.image_sizes.sections.home.hero
         "context" .
         "hero_complement" "programs/essential.html"
       )}}