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






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




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

.grid-item-accessibility.full h3 {
    max-width: 350px;
}
@media only screen and (max-width: 1068px) {
    .grid-item-accessibility.full h3 {
        max-width:300px
    }
}
@media only screen and (max-width: 734px) {
    .grid-item-accessibility.full h3 {
        max-width:250px
    }
}


@media only screen and (max-width: 1068px) {
	.grid-item-free .typography-headline-elevated {
		font-size: 46px;
	}
}
@media only screen and (max-width: 734px) {
    .grid-item-free .typography-headline-elevated {
        font-size: 40px;
    }
}

.typography-headline {
    word-break: normal;
}



@media only screen and (max-width: 1068px){
    .section.section-business.section-tiles-grid > div > div > section.grid-item.half.theme-blue.fact.grid-item-visitors > h3 {
    font-size: 44px;
      }
    }

@media only screen and (max-width: 734px){
      .section.section-business.section-tiles-grid > div > div > section.grid-item.half.theme-blue.fact.grid-item-visitors > h3 {
        font-size: 38px;
      }
    }
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 