.root { @apply flex flex-col py-32 mx-auto; } .headline { @apply text-accent-0 font-extrabold text-5xl leading-none tracking-tight; } @screen md { .root { @apply flex-row items-center justify-center; } .headline { @apply text-6xl max-w-xl text-right leading-10 -mt-3; line-height: 4rem; } }