.functionallity_type4_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
}
.functionallity_type4_img_box {
	width: 48%;
}
.functionallity_type4_retina {
	width: 100%;
}
.functionallity_type4_text_part {
	width: 48%;
}
.functionallity_type4_video_text {
    display: inline-flex;
    font-family: 'ilaria', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.4;
}
.functionallity_type4_img > .yt-video > iframe {
	height: 515px;
}

.functionallity_type4_img > .yt-video > img {
	height: 515px;
}

.functionallity_type4_title_box {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.functionallity_type4_title {
	margin-left: 15px;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	color: #202020;
	font-size: 19px;
}
.functionallity_type4_icon_size {
	height: 40px;
}
.functionallity_type4_desc {
	font-family: ilaria, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #202020;
	margin-bottom: 35px;
}





@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	.functionallity_type4_img > .yt-video > iframe {height: 430px;}
	.functionallity_type4_img > .yt-video > img {height: 430px;}

}
@media screen and (max-width: 992px) {
	.functionallity_type4_img_box {width: 100%;}
	.functionallity_type4_text_part {width: 100%; margin-top: 30px;}
	.functionallity_type4_retina {width: 70%;}
	.functionallity_type4_img {text-align: center;}
	.functionallity_type4_row {flex-direction: column-reverse;}
	.functionallity_type4_text_part {margin-top: 0; margin-bottom: 30px; text-align: center;}
	.functionallity_type4_text_part {margin-bottom: 50px;}
	.functionallity_type4_desc {text-align: left;}
	.functionallity_type4_video_text {text-align: center;}

}
@media screen and (max-width: 767px) {
	.functionallity_type4_retina {width: 100%;}
	.functionallity_type4_img > .yt-video > iframe {height: 290px;}
	.functionallity_type4_img > .yt-video > img {height: 290px;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}

