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

@media only screen and (max-width: 734px) {
	.section-hero .image-iphone-17-logo {
		left: 50%;
		margin-left: -35px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .image-iphone-16-plus-logo.updated {
		left: 50%;
		margin-left: -55px;
	}
}
