/* switching section's background color for mobile viewports */

@media only screen and (max-width: 734px) {
	.section-table:nth-child(even) {
		background-color: #fbfbfd;
	}

	.section-table:nth-child(odd) {
		background-color: #fff;
	}
}
