/* Local overrides */
/* Column Pricing */

.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
	padding-left: 0px;
}

@media only screen and (max-width: 768px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		max-width: 35%;
	}
}

@media only screen and (min-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 15px;
	}
}

/* Icon padding */

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