
.section-plans .plans-price .applecare-plan .flex-row .column-dynamic-pricing.years {
    font-weight: 700;
}

@media only screen and (max-width:735px) { 

    .section-plans .plans-price .applecare-plan.pricing-columns-1 .pricing-row {
        justify-content: space-evenly;
    }
    .section-plans .plans-price .applecare-plan .flex-row .column-dynamic-pricing.years {
        font-weight: 700;
        max-width: 140px;
        flex-basis: unset;
        padding-left: 15px;
    }
     
}