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



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


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

/* Hero */


.section-hero .hero-headline {
    gap: 20px;
    min-height:102px;
}

@media only screen and (max-width: 1068px) {
    .section-hero .hero-headline {
        gap: 10px;
    	height: 70px;
    }
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-headline {
    	gap: 10px;
    	height: 100px;
	}
}



/* End hero */


.section-savings .savings-gallery .gallery-item {
    width: 99%;
    height: 100%;
    padding-inline: 0px;
    padding-block: 0px;
    min-height: 100%;
    text-align: center;
}

.section-savings .savings-gallery .item-container {
    grid-template-columns: 1fr 1fr;
}
@media (max-width:734px)and (max-width:734px) {
    .section-savings .savings-gallery .item-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width:1068px) {
    .section-savings .savings-gallery.scroll-gallery {
        --item-width: 452px;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/