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



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


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

/* Hero */


/* End hero */


.section-savings {
    margin-inline: auto;
    width: 87.5vw;
    max-width: var(--section-max-width);
}

@media (max-width:734px) {
    .section-savings .savings-gallery .item-container {
        width: 100%;
    }
}

.section-savings .savings-gallery .item-container {
    grid-template-columns: 1fr;
    margin: 0;
}

@media (max-width:734px) {
    .section-savings .savings-gallery .item-container {
        grid-template-columns: 1fr;
    }
}


.section-savings .savings-gallery #applecare h3 {
    max-width: 460px;
}

@media (max-width:734px) {
    .typography-do-more-tile-headline {
        font-size: 22px;
    }
}


.modal .content-icon-paperclip {
	margin-inline-start:0px;
}
.modal .content-icon-record-video {
	margin-inline-start:0px;
}
.modal .content-icon-stop-recording {
	margin-inline-start:0px;
}
.modal .content-icon-bubble-quote {
	margin-inline-start:0px;
}

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