.block-content-page-header { @apply max-w-screen-xl px-16 py-16 flex gap-12 justify-around mx-auto; &__content { grow: 0; max-width: 600px; } &__page-icon { height: fit-content; height: 400px; } &__cta-link { @apply text-neutral-900 font-bold mt-1 block; &:after { content: url('../resources/img/graphic-assets/chevron-next.svg'); @apply ml-2; } } p { margin-bottom: unset; } h1 { @apply text-secondary font-bold text-xl mb-2 uppercase; } h2 { @apply text-neutral-900 font-bold text-4xl mt-0 mb-12; } }