.org-text-block {
    .atm-heading {
        @apply text-secondary-col-1 mb-4;
    }
    .org-text-block-wrapper {
        @apply flex flex-col xl:grid gap-10;

        @screen xl {
            grid-template-columns: repeat(12, 1fr);
        }

        .atm-image {
            @apply h-full;
            img {
                @apply object-contain;
            }
        }

        .atm-paragraph {
            p {
                @apply mb-0;
            }
        }
    }
}
