.root {
  @apply px-4 sm:px-6 sm:w-full flex-1 z-20;
}

.item {
  @apply text-2xl font-bold;
}