.box-home{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.bh-center{
	height: 450px;
	width: 450px;
	border-radius: 50%;
	background-color:rgba(35, 214, 110, 40%) ;
	display: flex;
	align-items: center;
	/* border: 1px solid red; */
}
.bh-center-text{
	width: 450px;
	
	/* border: 1px solid red; */
}
.bh-ct-font{
	font-size: 45px;
	color: #ffffff;
	padding-left: 50px;
	font-weight: 600;
}
.bh-ct-font1{
	font-size: 40px;
	color: #ffffff;
	padding-left: 50px;
	font-weight: 550;
}
.bh-ct-font2{
	font-size:45px;
	color: #ffffff;
	padding-left: 50px;
	/* font-weight: 550; */
}