.org-section-block {
    @apply overflow-hidden;

    .atm-heading {
        @apply text-secondary-col-1 mb-2;
    }

    .atm-paragraph {
        @apply mb-6;
    }

    .pagination {
        @apply flex justify-center items-center mt-8;

        * {
            @apply transition;
        }
    }

    .slide-content {
        @apply text-white;
    }

    .swiper-pagination {
        @apply relative w-auto mx-8;

        &-bullet {
            @apply bg-secondary-col-2 bg-opacity-50 rounded-full transition-all duration-300 p-1 mx-1 cursor-pointer;

            &-active {
                @apply bg-opacity-100 w-4;
            }
        }
    }

    @media (min-width: 1280px) {
        .cards-grid.swiper-container {
            @apply grid;

            .swiper-wrapper {
                @apply contents;
            }
        }

        .pagination {
            @apply hidden;
        }
    }
}
