.org-brands-overview {
    @apply mb-16;

    .brands-wrapper {
        @apply flex;
        @apply flex-wrap;
        @apply gap-4 md:gap-8;

        .picture {
            @apply w-20 md:w-40;
            @apply h-20 md:h-40;

            .picture-image {
                max-width: 80px;
                max-height: 80px;

                @screen md {
                    max-width: 160px;
                    max-height: 160px;
                }

                @apply relative;
                @apply top-1/2;
                transform: translateY(-50%);
                margin: 0 auto;
            }
        }
    }
}
