.org-showcase-block {
    &--header {
        .atm-heading {
            @apply text-secondary-col-1;
        }
    }

    &--wrapper {
        @apply xl:grid grid-cols-2 gap-x-16 items-center;
    }

    &.reversed{ 
        .mol-showcase{
            @apply order-1
        }
    }

}
