/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 1068px) {
	.section-chip .techspecs-row .techspecs-column .copy-group .copy-item:nth-of-type(2) {
		height: 280px;
	}
}

@media only screen and (max-width: 734px) {
	.section-chip .techspecs-row .techspecs-column .copy-group .copy-item:nth-of-type(2) {
		height: unset;
	}
}

.typography-specs-caption.caption.caption-1 {
	color: #86868b;
	margin-left: -16px;
}

@media only screen and (max-width: 734px) {
	.connections-captions.headphone .typography-specs-caption.caption.caption-1 {
		margin-left: -25px;
	}
}

.section-environment .techspecs-subheader + p.techspecs-subheader {
	margin-top: 20px;
}

.section-environment {
	margin-bottom: 20px;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
