diff --git a/src/components/sections/careers/hero/hero.module.scss b/src/components/sections/careers/hero/hero.module.scss index 9692b66..68a2b7e 100644 --- a/src/components/sections/careers/hero/hero.module.scss +++ b/src/components/sections/careers/hero/hero.module.scss @@ -97,8 +97,9 @@ } line-height: 120%; - padding-top: tovw(15px, 'default', 15px); + padding-top: tovw(10px, 'default', 5px); width: tovw(500px, 'default', 300px); + z-index: 5; } .line { @@ -115,6 +116,7 @@ height: tovw(140px, 'default', 140px); transform: scaleX(1.5); padding-right: tovw(25px, 'default', 15px); + z-index: 5; } } @@ -125,6 +127,8 @@ justify-content: space-between; } + z-index: 5; + .arrow { @include respond-to('mobile') { display: unset; diff --git a/src/components/sections/contact/hero/hero.module.scss b/src/components/sections/contact/hero/hero.module.scss index f211806..93e68d3 100644 --- a/src/components/sections/contact/hero/hero.module.scss +++ b/src/components/sections/contact/hero/hero.module.scss @@ -76,6 +76,7 @@ margin-top: tovw(16px, 'default', 10px); width: tovw(800px, 'default'); gap: tovw(50px, 'default', 40px); + z-index: 5; div { &:first-child { diff --git a/src/components/sections/newsroom/hero/hero.module.scss b/src/components/sections/newsroom/hero/hero.module.scss index 4e5676f..2335ab2 100644 --- a/src/components/sections/newsroom/hero/hero.module.scss +++ b/src/components/sections/newsroom/hero/hero.module.scss @@ -95,6 +95,7 @@ line-height: 120%; padding-top: tovw(15px, 'default', 15px); width: tovw(600px, 'default', 300px); + z-index: 5; } .line { @@ -120,6 +121,8 @@ display: flex; } + z-index: 5; + .arrow { @include respond-to('mobile') { display: unset;