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









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




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

.section-applecare .contentnav-container {
    max-width: 980px;
}

@media only screen and (max-width: 1068px) {
    .section-applecare .contentnav-container {
        max-width: 675px;
    }
}

@media only screen and (max-width: 735px) {
    .section-applecare .contentnav-container {
        max-width: 190px;
    }
}


.section-applecare .contentnav-items {
    grid-template-columns: repeat(4, 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
\*------------------------------------*/
