| @import "@wordpress/base-styles/breakpoints"; | |
| @import "@wordpress/base-styles/mixins"; | |
| @import "@wordpress/base-styles/variables"; | |
| .page-section-wrapper { | |
| margin-inline: 0; | |
| background-repeat: no-repeat; | |
| background-position: top right; | |
| padding: 40px 0; | |
| > * { | |
| padding-inline: 16px; | |
| @include break-medium { | |
| max-width: 1500px; | |
| margin-inline: auto ; | |
| padding-inline: 40px; | |
| } | |
| } | |
| @include break-medium { | |
| padding: 80px 0; | |
| } | |
| } | |
| .page-section__sub-header { | |
| display: flex; | |
| flex-direction: row; | |
| gap: 8px; | |
| } | |
| .page-section__sub-header-title { | |
| @include body-medium; | |
| } | |
| .page-section__header { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 8px; | |
| margin-block-end: 24px; | |
| @include break-medium { | |
| margin-block-end: 32px; | |
| } | |
| } | |
| .page-section__header-title { | |
| @include heading-x-large; | |
| @include break-medium { | |
| @include heading-2x-large; | |
| } | |
| } | |
| .page-section__header-description { | |
| @include body-medium; | |
| margin: 0; | |
| @include break-medium { | |
| @include body-large; | |
| } | |
| } | |