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






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




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

.section-compare .one-line-alt {
    height: 20px;
}
.section-compare .two-lines-alt {
    height: 40px;
}
.section-compare .three-lines-alt {
    height: 60px;
}
.section-compare .four-lines-alt {
    height: 80px;
}
@media only screen and (max-width: 1068px) {
	.section-compare .medium-one-line-alt {
		height: 20px;
	}
	.section-compare .medium-two-lines-alt {
		height: 40px;
	}
	.section-compare .medium-three-lines-alt {
		height: 60px;
	}
	.section-compare .medium-four-lines-alt {
		height: 80px;
	}
}
@media only screen and (max-width: 734px) {
	.section-compare .small-one-line-alt {
		height: 20px;
	}
	.section-compare .small-two-lines-alt {
		height: 40px;
	}
	.section-compare .small-three-lines-alt {
		height: 60px;
	}
	.section-compare .small-four-lines-alt {
		height: 80px;
	}
}

@media only screen and (max-width: 375px) {
	.section-compare .seven-line-small {
		height: 120px;
	}
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
