/* .section-techspecs .section-storage */
@media only screen and (max-width: 1068px) {
	.section-techspecs .section-storage .techspecs-rowheader {
		font-size: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs .section-storage .techspecs-rowheader {
		font-size: 21px;
	}
}

/* section-environment space between columns fix */
@media only screen and (max-width: 1068px) {
	[dir="ltr"] .section-environment .padded {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 734px) {
	[dir="ltr"] .section-environment .padded {
		padding-right: 5px;
	}
}

@media only screen and (max-width: 735px) {
	.section-environment
		.techspecs-rowheader.environment-header.headline-wrapper
		.headline {
		max-width: 184px;
	}
}

/* section-connections */
@media only screen and (min-width: 735px) {
	.section-connections
		.techspecs-row
		.column.connections-features
		.techspecs-list {
		max-width: 210px;
	}
}

/* app grid */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-built-in-apps .techspecs-appgrid-app {
		justify-content: start;
	}
}

@media only screen and (max-width: 441px) {
	.section-built-in-apps .techspecs-appgrid-app {
		justify-content: start;
	}
}
