/* Global Legal menu column: shared by every page footer. */
footer .footer__links.container{
	max-width:960px;
}

@media(min-width:1025px){
	footer .footer__links.container{
		grid-template-columns:repeat(3,minmax(0,1fr));
		gap:80px;
	}

	footer .footer__links>div:not(:first-child)::before{
		left:-40px;
	}
}

@media(min-width:481px) and (max-width:1024px){
	footer .footer__links.container{
		max-width:720px;
	}
}
