/* Local Overrides */

/* device-content */
@media only screen and (min-width: 1069px) {
	.compare-module-wrapper .compare-grid .subhead {
		min-height: 72px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 61px;
	}
}

@media only screen and (max-width: 442px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 61px;
	}
}

/* Spatial Audio Section */
@media only screen and (min-width: 944px) and (max-width: 1068px) {
	span.typography-compare-copy.column.custom-width {
		max-width: 190px;
	}
}
@media only screen and (min-width: 801px) and (max-width: 943px) {
	span.typography-compare-copy.column.custom-width {
		max-width: 180px;
	}
}
