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

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

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

@media only screen and (min-width: 1069px) {
	.section-compatibility .model-container:first-child {
		padding-left: 35px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-features .typography-feature-grid-headline {
		font-size: 50px;
	}
}

@media only screen and (min-width: 735px) {
	.section-features .features-grid {
		grid-template-rows: 1fr auto repeat(8, minmax(100px, max-content));
	}
}

.section-features .features-grid{
	grid-template-rows: 1fr auto repeat(12,minmax(100px,max-content));
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
