.section-1 {
	background-color: rgba( 255, 255, 255, 0.8 );
}

.section-2 {
	background-color: #F2F2F2;
}

@media screen and ( max-width: 992px ) {
	.section-1 {
		text-align: center;
	}
	.section-1 .z-1of2 {
		width: 100%;
	}
	.section-2 {
		text-align: center;
	}
	.section-2 .z-1of2 {
		width: 100%;
	}
}
