.organism-text-cta {
  h2 {
    @apply text-[2.25rem];
  }

  .molecule-buttons {
    @apply flex-col gap-2 items-start;

    & > div {
      @apply ml-0 w-full uppercase;
    }
  }
}
