/* compare section overrides */

@media only screen and (min-width: 734px) {
	.section-compare .iphone-14-pro.camera .typography-body-reduced {
		height: 40px;
	}
}
@media only screen and (min-width: 1068px) {
	.section-compare .iphone-13.camera .typography-body-reduced {
		height: 40px;
	}
}
@media only screen and (min-width: 1068px) {
	.section-compare .iphone-se.camera .typography-body-reduced {
		height: 40px;
	}
}

@media only screen and (max-width: 343px) {
	.section-compare .iphone-se.display .typography-compare-size {
		height: 50px;
	}
}

@media only screen and (min-width: 376px) and (max-width: 438px) {
	.section-compare .iphone-13.camera .typography-body-reduced {
		height: 40px;
	}
}