@layer page {
    .stub.page {
        .segment {
            &.hero {
                /*                background-image: url(/images/stub-bg.png);
                background-position: center right;
                background-repeat: no-repeat;
                background-size: cover;*/
            }

            &.main {
                margin-top: 4rem;
                margin-bottom: 5rem;
            }
        }
    }
}
