@media screen and (max-width: 1100px) {
	.site-footer-section {
		margin-left: 20px;
	}
}

@media screen and (max-width: 544px) {
	.site-footer-section {
		margin-bottom: 20px;
	}
}