/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/


.section-applecare .contentnav-items {
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1068px) {
    .section-applecare .contentnav-items {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media only screen and (max-width: 735px) {
    .section-applecare .contentnav-items {
        grid-template-columns: repeat(1, 1fr);
    }
}



/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
