.text-header { background-color: $text-header-bg-color; &__body { margin: $spacer-lg auto; padding: $spacer-sm; max-width: $default-page-layout-content-width-md; text-align: center; } &__title { margin-bottom: $spacer-base; color: $text-header-color; font-size: $font-size-xl; } &__text { @extend %body-font-italic; margin-bottom: $spacer-base; line-height: $paragraph-line-height; color: $text-header-color; font-size: $font-size-sm; } &__divider { margin-top: $spacer-base; border: 0; background-color: $text-header-color; width: ms(25); height: 4px; } } @media screen and (min-width: $grid-breakpoint-md) { .text-header__body { margin: $spacer-xl auto; } .text-header__title { margin-bottom: $spacer-lg; font-size: $font-size-xxxl; } .text-header__text { font-size: $font-size-lg; } }