.automation_type3_exam_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	padding-bottom: 60px;
}
.automation_type3_exam_box {
	width: 31%;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.automation_type3_exam_box_title {
	padding-top: 40px;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #202020;
	text-align: center;
	margin-bottom: 40px;
}
.automation_type3_exam_box_ben {
	padding-left: 21px;
	font-family: ilaria, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #202020;
	margin-bottom: 30px;
	line-height: 1.6;
	width: 90%;
}
.automation_type3_exam_box_icon {
	margin-right: 15px;
}
.automation_type3_btn_row {
	padding-bottom: 50px;
	text-align: center;
}
.automation_type3_exam_img_back_retina {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 0 0 10px 10px;
    margin-bottom: -5px;	
}
.a3_strong {
	font-weight: 700;
}
.automation_type3_exam_img_back > iframe {
    width: 100%;
    height: 260px;
    margin-bottom: -5px;
    border-radius: 0 0px 5px 5px;
}

@media screen and (max-width: 1400px) {
	.automation_type3_exam_box {display: flex; flex-direction: column; justify-content: space-between;}
	.automation_type3_exam_box_ben {line-height: 1.4;}
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.automation_type3_img_box {width: 170px;}
	.automation_type3_exam_box {width: 100%; margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
	.automation_type3_img_box {margin-bottom: 30px;}
	.automation_type3_img_box {width: 46%;}
	.automation_type3_exam_box_ben {width: 90%;}
	.automation_type3_exam_img_back_retina {height: 225px;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {.automation_type2_img_box {}}
@media screen and (max-width: 320px) {}

