@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-in-app.full .flex-content .headline-content {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.developers-in-app-event-disclaimer {
		margin-bottom: -34px;
		margin-top: 48px;
	}
}

/* Start of testflight hardware css */
.grid-item-testflight-hardware.grid-item.full {
	height: initial;
	padding-top: 90px;
}
@media only screen and (max-width: 1068px) {
	.grid-item-testflight-hardware.grid-item.full {
		padding-top: 70px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-testflight-hardware.grid-item.full {
		padding: var(--tile-padding);
		height: auto;
	}
}
/* End of testflight hardware css */

/* Start of item customise tile css */
.grid-item-customize.grid-item.icon-half {
	padding: var(--tile-padding);
}
@media only screen and (max-width: 734px) {
	.grid-item-customize.grid-item.icon-half {
		padding-top: 0;
	}
}
/* End of item customise tile css */

.section-economy .grid-item.grid-item-growing {
	padding: 0;
}

@media only screen and (max-width: 734px) {
	.section-economy .grid-item.grid-item-growing {
		padding: 48px 28px 48px 0;
	}
}

.section-economy .grid-item.grid-item-growing .typography-headline {
	padding-left: 50px;
}

@media only screen and (max-width: 734px) {
	.section-economy .grid-item.grid-item-growing .typography-headline {
		padding-top: 48px;
		padding-left: 28px;
	}
}

@media only screen and (min-width: 1069px) {
	.grid-item-billings .typography-facts-long-headline {
		max-width: 870px;
	}
}

.section-help .typography-tiles-headline, .section-help .grid-item-cloud .typography-headline-elevated, .section-business .grid-item-country .typography-headline {
	line-height: 1.125;
}
