.custom-links-wrapper {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

footer .custom-links-wrapper {
	justify-content: start;
}

/*#main_content {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/
/*#main_content > .container {*/
/*	flex: 1;*/
/*}*/