.spacing1 {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;

	/* height: 36vw;
	background-image: url("../../content/spacing1.png"); */
}

.spacing1::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, 
		#272424 0%,
		#272424 5%, 
		rgba(39, 36, 36, 0.2) 60%,
		rgba(39, 36, 36, 0) 100%
	);
}