.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
	max-width: 19.67%;
}

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

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