/* Plans Section */

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
	flex-basis: 33%;
	max-width: 33%;
}

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

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

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