.org-hero-block {
    @apply relative grid items-start lg:items-center;

    .atm-image {
        @apply relative h-full lg:h-full transition-all;
        grid-area: 1/1;

        img {
            @apply w-full h-full object-cover absolute rounded-2xl;
        }
    }

    .vebego-container {
        @apply transition-all h-full;
        grid-area: 1/1;

        .org-hero-block-wrapper {
            @apply relative bg-white max-w-lg rounded-xl transition-all lg:m-20 lg:my-32 m-6 mb-64;

            .org-hero-block-content {
                @apply p-8 sm:p-12 transition-all;

                .atm-button {
                    @apply mr-4;
                }
            }
        }
    }

    .marketing-area {
        @apply md:p-4 p-3;

        .atm-paragraph p {
            @apply text-center md:text-sm text-xs;
        }
    }
}
