.icon-wrapper .icon,
.icon-wrapper .more:not(.icon-before):after,
.icon-wrapper .icon-before:before,
.icon-wrapper .icon-after:after {
    top: -1px;
    position: relative;
}

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

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

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