@media (max-width: 1262px) {
	footer .row {
		gap: 32px;
	}
}

@media (max-width: 850px){
	.sub-footer .row.space-between {
		justify-content: center;
	}
}


@media screen and (min-width: 768px){
	.sub-footer{
		justify-content: space-between;
		align-items: center;
	}
}