.banner_height{
	height: 300px
}

.process{
	background-color: #fff;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	text-align: center;
	padding: 38px;
}

.process_no{
	display: inline-block;
	background-color: #6B6B6B;
	color: #fff;
	font-weight: 800;
	border-radius: 5px;
	padding: 10px 18px;
}


