/*------------------------------------*\
   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;
    }
}


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