.automation_type2_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}
.automation_type2_title {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	line-height: 1.45;
	font-size: 35px;
	color: #202020;
	width: 30%;
}
.automation_type2_img_row {
	width: 65%;
	display: flex;
	justify-content: space-between;
}
.automation_type2_img_box {
	width: 200px;
	height: 189px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.automation_type2_img_title {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #202020;
	display: inline;
	padding: 3px 4px;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
}
.automation_type2_exam_title {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #202020;
	margin-bottom: 45px;
}






@media screen and (max-width: 1400px) {
	.automation_type2_img_row {width: 100%;}
	.automation_type2_title {width: 100%; margin-bottom: 40px;}
	.automation_type2_exam_box {display: flex; flex-direction: column; justify-content: space-between;}
	.automation_type2_exam_box_ben {line-height: 1.4;}
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.automation_type2_img_box {width: 170px;}
	.automation_type2_exam_box {width: 100%; margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
	.automation_type2_img_row {flex-wrap: wrap;}
	.automation_type2_img_box {margin-bottom: 30px;}
	.automation_type2_title > br {display: none;}
	.automation_type2_title {font-size: 30px; text-align: center;}
	.automation_type2_img_box {width: 46%;}
	.automation_type2_row {padding: 80px 0 40px 0;}
	.automation_type2_exam_box_ben {width: 100%;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {.automation_type2_img_box {}}
@media screen and (max-width: 320px) {}

