@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 */
