diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/domains/style.scss b/client/landing/stepper/declarative-flow/internals/steps-repository/domains/style.scss index 83a90313204045..fa3c852b39d8a4 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/domains/style.scss +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/domains/style.scss @@ -446,6 +446,8 @@ } .step-container__header { + margin-bottom: 0; + @include break-small { margin-bottom: 40px; } diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/hundred-year-plan-step-wrapper/index.tsx b/client/landing/stepper/declarative-flow/internals/steps-repository/hundred-year-plan-step-wrapper/index.tsx index aaf66f90dc6bf4..874623b83f80db 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/hundred-year-plan-step-wrapper/index.tsx +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/hundred-year-plan-step-wrapper/index.tsx @@ -157,6 +157,8 @@ const StyledFoldableCard = styled( FoldableCard )` } &.card.foldable-card { + background: var( --studio-gray-100 ); + color: var( --studio-gray-0 ); margin: 0; .foldable-card__header { .foldable-card__main {