/* Fix for  too much spacing below hero on small viewport */

@media only screen and (max-width: 734px) {
	.section-hero {
		margin-bottom: 0;
	}
	.section-iphone-13-pro-max {
		padding-top: 20px;
	}
}

/* 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;
	}
}
