.main_box{
	position: relative;
	background: #FFFFFF;
	display:flex;
    flex-direction: column;
    margin: 3%;
}
.head_box{
	margin: 10% auto 5%;
}
.over_desc{
	margin: 5% 0 10% 25%
}
.over_img{
	margin: 0 0 3% 10%;
}
.over_video{
	text-align: center;
}

.over_img_two{
	margin: 0 3% 3% 25%;
}
.over_img_one{
	text-align: center;
}
.inner_desc{
	display: inline-block;
	width: 404px;
	height: 180px;
	vertical-align: middle;

	font-family: 'Cantarell';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;

	color: #B9B8B8;
}
.inner_img{
	display: inline-block;
	margin: 4% 4%;
	vertical-align: middle;
}

.inner_image{
	display: inline-block;
    margin: 0 3% 0 3%;
    text-align: center;
}
.others{
	margin: 0 auto;
	object-fit: cover
}
.custom_title{
	margin: 10% 10% 10% 25%;
	width: 642px;
	height: 29px;

	font-family: "Cantarell", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;

	color: #787878;
	text-align: center;
}

.big_image{
	margin: 0 auto;
	object-fit: cover;
	width: 70%;
	height: 5%;
}
p.cant {
	font-family: "Cantarell", sans-serif;
}