/*------------------------------------*\
		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 (min-width: 574px) {
	.section-compare .xsmall-two-lines-alt {
		height: 40px;
	}
}

@media only screen and (max-width: 430px) {
	.section-compare .small-line-alt {
		height: 80px;
	}
}

@media only screen and (min-width:1069px) {
    .section-compare .three-lines-large {
        height: 60px;
    }
    .section-compare .four-lines-large {
        height: 80px;
    }
}

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