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

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		flex-basis: 26.66667%;
		max-width: 26.66667%;
	}
}
