[data-layout="gutenberg"] { article { flex-direction: column; align-items: center; &:not(:last-child) { margin-bottom: var(--cardsGap); } > * { width: 100%; &:not(:last-child) { margin-bottom: 15px; } + .ct-image-container { @include media-breakpoint-down (md) { margin-top: 10px; } @include media-breakpoint-up (lg) { margin-top: 20px; } } } > .ct-image-container { width: var(--containerWidth); max-width: calc(var(--narrowContainer) + var(--wideOffset) * 2); + * { @include media-breakpoint-down (md) { margin-top: 10px; } @include media-breakpoint-up (lg) { margin-top: 20px; } } } // divider &:not(:last-child) { &:after { content: "\00b7 \00b7 \00b7 \00b7 \00b7"; font-size: 25px; letter-spacing: 1.5em; padding-left: 1.5em; font-family: serif; text-align: center; opacity: 0.5; margin-top: calc(var(--cardsGap) + 10px); } } } }