@charset "UTF-8";
/* CSS Document */

.page__sub  {
    margin-bottom: var(--gutter-16x);
}

@media screen and (max-width: 768px) {
    .page__sub  {
        margin-bottom: var(--gutter-8x);
    }
}