.org-search-header {
    @apply relative;
    @apply text-center;

    .atm-heading {
        @apply text-white;
    }

    .atm-heading.h5 {
        @apply font-normal text-sm;
    }

    .vebego-container {
        @apply py-14;
    }

    .wrap-search {
        @apply bg-white rounded-full mr-0;
        @apply inline-block;
        @apply md:w-max;
        @apply p-1;
        @apply md:pl-6;

        .center {
            @apply grid;
            @apply gap-3;
            @apply md:flex;
            @apply md:justify-center;

            form {
                @apply flex;
            }

            .atm-button {
                @apply mr-0;
            }

            .atm-form-input {
                .form-input {
                    @apply border-0;
                    @apply w-full;
                    @apply md:w-64;
                }
            }
        }
    }

    *,
    ::after,
    ::before {
        @apply items-center;
    }
}
