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






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




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

@media only screen and (max-width: 1068px) {
	.section-tiles {
		overflow-x: visible;
	}
}
@media only screen and (max-width: 734px) {
    .detail-tiles .detail-tile {
        min-height: 592px;
    }
}
@media only screen and (max-width: 820px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 900px;
    }
}
@media only screen and (max-width: 734px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 752px;
    }
}
@media only screen and (max-width: 374px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 810px;
    }
}
@media only screen and (max-width: 734px) {
    .section-tiles .grid-item-tile-workflow-management .detail-tile {
        min-height: 680px;
    }
}

.detail-tiles .detail-tile .tile-header-content {
	padding-right: 40px;
}
@media only screen and (max-width: 1068px) {
    .typography-headline-reduced {
        font-size: 27px;
    }
}
@media only screen and (max-width: 734px) {
    .typography-headline-reduced {
        font-size: 28px;
    }
}

.typography-only-with-apple-column-headline {
    font-size: 42px;
}
@media only screen and (max-width: 1068px) {
    .typography-only-with-apple-column-headline {
        font-size: 32px;
    }
}







.section-tiles .grid-item.large-span-6 {
		height: unset;
}
@media only screen and (max-width: 1068px) {
	.section-tiles .grid-item.large-span-6 {
		height: 956px
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles .grid-item.large-span-6 {
		height: 853px;
	}
}


@media only screen and (max-width: 1068px) {
	.section-tiles {
		--tile-padding: 43px;
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles {
		--tile-padding: 30px;
	}
}


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