/* =========================================================
   FOOTER
   ========================================================= */

.site-footer-custom {
	width: 100%;
}

.site-footer-custom__inner {
	width: min(
		1400px,
		calc(100% - 40px)
	);

	margin-inline: auto;

	padding: 50px 0;
}