.manufacturing_type2_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.manufacturing_type2_box {
	width: 47%;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}
.manufacturing_type2_box_title {
	font-size: 42px;
	font-family: ilaria, sans-serif;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 60px;
	line-height: 1.4;
	font-weight: 700;
}
.manufacturing_type2_box_img_row {
	display: flex;
	margin-bottom: 60px;
}
.manufacturing_type2_box_retina {
	width: 100%;
}
.manufacturing_type2_box_img2 {
	margin: 0 15px;
}
.manufacturing_type2_box_desc {
	text-align: center;
	font-family: ilaria, sans-serif;
	font-weight: 400;
	padding: 0 30px 60px 30px;
	font-size: 18px;
	line-height: 1.8;
}
.manufacturing_type2_box2_img_row {
	display: flex;
	justify-content: center;
}
.manufacturing_type2_box2_img_box {
	margin: 0 12px;
}
.manufacturing_type2_box2_img_retina {
	height: 62px;
	width: 104px;
	object-fit: cover;
	border-radius: 5px;
}

@media screen and (max-width: 1400px) {
	.manufacturing_type2_box {padding: 50px 0px;}
	.manufacturing_type2_box_title {padding-top: 0;}
}
@media screen and (max-width: 1200px) {
	.manufacturing_type2_box_title {font-size: 32px; margin-bottom: 30px;}
	.manufacturing_type2_box {padding: 30px 0;}
	.manufacturing_type2_box2_img_retina {height: 50px; width: 80px;}
	.manufacturing_type2_box_desc {padding: 0 30px 30px 30px}
}
@media screen and (max-width: 992px) {
	.manufacturing_type2_box {width: 100%;}
	.manufacturing_type2_box_retina {height: 260px;}
	.manufacturing_type2_box_img_row {justify-content: center;}
}
@media screen and (max-width: 767px) {
	.manufacturing_type2_box_retina {height: auto;}
	.manufacturing_type2_box_img_row {margin-bottom: 40px;}
	.manufacturing_type2_box {margin-bottom: 30px;}
	.manufacturing_type2_box2_img_retina {width: 100%;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}

