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






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




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

@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-headline + p {
		min-height: 60px;
	}
}
@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-item-ultra .compare-item-headline + p {
		min-height: unset;
	}
}

@media only screen and (max-width: 734px) {
	.small-three-lines {
		min-height: 60px;
	}
}


.section-shared-compare.compare-strip .compare-item-se.heart-rate  .one-lines:last-of-type {
  height: 20px;
}

@media only screen and (max-width: 1068px) {
  .section-shared-compare.compare-strip .compare-item-se.heart-rate  .one-lines:last-of-type {
    height: 40px;
  }
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
