include ../../../utils/pug/bem.pug mixin mb - var otherClasses = attributes.class || '' +b('mb')(class="h-max ") +b('mbb')(class=otherClasses+' w-full') +e('mbb','mbb')(class="m-auto w-[90%] max-w-[90%] min-w-[360px] md:max-w-[640px] xl:max-w-[1114px]") if block block //contener mixin ctr - var otherClasses = attributes.class || '' .w-full(class="overflow-hidden relative min-h-screen"+otherClasses) if block block