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

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

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

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {

    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

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

        flex-basis: 20.66667%;
        max-width: 20.66667%;
    }
}

@media only screen and (max-width: 735px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing {

        flex-basis: 26.66667%;
        max-width: 26.66667%;
    }
}