/*------------------------------------*\
   LOCAL OVERRIDES
\*------------------------------------*/

/* Headline */

@media (max-width: 1068px) and (min-width: 735px) {
	.section-hero .hero-bento-img {
		margin-block-start: -12px;
	}
}

/* More resources.. tiles */

@media only screen and (min-width: 735px) {
	.section-router .custom_tiles-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.tile-business-connect {
		display: inline;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.tile.tile-business-connect .tile-eyebrow {
		margin-left: -15%;
		display: inline;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.tile-developers {
		padding: 1px;
	}
}

/*------------------------------------*\
   END LOCAL OVERRIDES
\*------------------------------------*/
