/* Local Overrides */

/* device-content */
@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: 483px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 61px;
	}
}
