.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    display: flex;
    align-items: center;
    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: 25.66667%;
        max-width: 25.66667%
    }
}