@media screen and (min-width:1024px){
	.history_line {
		height:2350px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	.history_line {
		height:2250px;
	}
}

@media screen and (max-width:425px){
	.history_line {
		height:3400px;
	}
}

@media print and (min-width:1024px){
	.history_line {
		height:2350px;
	}
}
@media print and (min-width:768px) and (max-width:1023px){
	.history_line {
		height:2250px;
	}
}

@media print and (max-width:425px){
	.history_line {
		height:3400px;
	}
}