.business_type1_text {
	text-align: center;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 1.5;
}
.business_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
}
.business_type1_video_box {
	width: 48%;
}
.business_type1_frame > iframe {
	border-radius: 10px;
	width: 100% !important;
}
.business_type1_text_after {
    font-family: 'ilaria', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;	
}

@media screen and (max-width: 992px) {
.business_type1_text > br {
	display: none;
}
@media screen and (max-width: 767px) {
	.business_type1_video_box {width: 100%; margin-bottom: 30px;}
	.business_type1_frame > iframe {height: 300px;}
	.business_type1_row {padding-bottom: 0;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}


