@media screen and (max-width: 1024px) {
	.content-wrapper {
		width: 95%;
		max-width: 60em;
		margin: 0 auto;
	}
	
}

