.yy_spyj_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yy_spyj_box_item{
	height: 400px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	margin: 40px 50px;
	width: 25%;
	padding-top: 100px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0px 0px 6px #728ea2;
}

.yy_spyj_box_item img{
	height: 200px;
}

.yy_spyj_box_item p{
	text-align: center;
	width: 100%;
	height: 50px;
	font-size: 24px;
	color: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	margin-top: 66px;
	background: #49abfe;
	line-height: 49px;
}