.org-choices-block {
    @apply text-center;

    .form-label {
        @apply text-black font-normal text-h5 md:text-h1 font-display;
    }

    .choices-container {
        @apply flex justify-center gap-3 mb-4 flex-wrap;
    }
}
