@media only screen and (max-width: 1068px) {
	.section.section-hero .section-content {
		width: 740px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-hero .section-content {
		width: 87.5%;
	}
}
