/* Padding top fixes above "One stop for support" */

.section-technical .section-content {
	padding: 35px 0 120px;
}

@media only screen and (max-width: 1068px) {
	.section-technical .section-content {
		padding: 0 0 70px;
	}
}

@media only screen and (max-width: 735px) {
	.section-technical .section-content {
		padding: 0 0 80px;
	}
}

/* Padding top fixes for Protect your iPhone - AppleCare+ section */
.section-plans .applecare-plan {
	margin-top: 0px;
}
