.org-numbers-block {
    .numbers-slider-wrapper {
        @apply flex flex-col sm:flex-row space-y-10 xl:space-x-32 sm:space-x-8;
    }

    .atm-heading {
        @apply text-secondary-col-1 mb-9;
    }

    .numbers-slider {
        @apply sm:w-1/2;
    }

    .atm-image {
        @apply h-full w-full relative;

        img {
            @apply h-full w-full top-0 left-0 sm:absolute object-cover;
        }
    }

    .atm-paragraph {
        p {
            @apply mb-0;
        }
    }

    .mol-counter {
        @apply flex flex-col justify-around items-start;

        .atm-slash {
            @apply hidden;
        }

        .counter-item {
            @apply text-left flex items-center;

            .number {
                @apply font-display;
            }
        }
    }
}
