.org-slider-extended-block {
    @apply relative overflow-hidden py-8;

    .vebego-container {
        @apply flex lg:flex-nowrap flex-wrap;
    }
    .slider-left {
        @apply w-full mb-8;

        .atm-heading {
            @apply text-secondary-col-1;
        }

        .slider-paragraph {
            @apply my-4;
        }
    }

    .slider-right {
        @apply w-full;
    }

    .slider-heading .atm-heading {
        @apply mb-0 text-secondary-col-1;
    }

    .mol-slider-slider {
        @apply mb-12;
    }

    @screen lg {
        @apply flex items-start;

        .slider-left {
            @apply w-1/3 mr-8 mb-0;
        }

        .slider-right {
            @apply w-2/3;
        }
    }
}
