$marginBottom: 30px;

::ng-deep {
    .hero {
        h1,
        h2 {
            margin-bottom: $marginBottom;
        }
    }

}
