export const Full = ({ children }) => ( <div className="max-w-[996px] px-4 mx-auto pt-6 xl:pt-8 flex justify-center flex-col"> {children} </div> );