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

.section-how-to-buy .copy-section-2,
.section-how-to-buy .sub-headline {
	margin-top: 30px;
}
