/* .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-chip techspec list items line break adjust in Small  */
br.width430 {
	display: none;
}
@media only screen and (max-width: 430px) {
	br.width430 {
		display: block;
	}
}
br.width349 {
	display: none;
}
@media only screen and (max-width: 349px) {
	br.width349 {
		display: block;
	}
}

/* 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;
	}
}

/*gutter spacing added - environment section*/

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

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

/* Apps grid */

@media only screen and (max-width: 345px) {
	.section-built-in-apps .techspecs-appgrid-app:nth-child(26),
	.section-built-in-apps .techspecs-appgrid-app:nth-child(27) {
		justify-content: flex-start;
	}
}
