/* Production Process */


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 300px) { 
	.production-item {
	height: 310px;
}
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 360px) { 
	.production-item {
	height: 340px;
}
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 412px) { 
	.production-item {
	height: 370px;
}
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 468px) { 
	.production-item {
	height: 460px;
}
}



/* Small devices (landscape phones, 544px and up) */
@media (min-width: 768px) { 
	.production-item {
	height: 300px;
}
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 992px) { 
	.production-item {
	height: 290px;
}

}

/* Small devices (landscape phones, 1200px and up) */
@media (min-width: 1200px) { 
	.production-item {
	height: 310px;
}

}




