.org-sponsor-block {
    .mol-title {
        @apply text-center;
        @apply mb-8;

        .atm-heading {
            @apply text-secondary-col-1;
        }
    }

    .sponsors {
        @apply grid grid-cols-12 gap-y-8 md:gap-8;
        @apply mb-8;

        .sponsor {
            @apply col-span-12 md:col-span-6 lg:col-span-4;

            .atm-image {
                @apply mb-4 h-32 relative;

                img {
                    @apply max-w-[290px] max-h-32 absolute m-0 top-1/2 left-1/2;
                    transform: translate(-50%, -50%);
                }
            }

            .atm-paragraph{
                @apply text-center;
            }
        }
    }
}
