.tile-item{
	padding: 13px;
}
.tile-item-body{
	background: #fff;
    box-shadow: 0 7px 14px rgba(11, 31, 53, .1);
    border-radius: 12px;
    padding: 30px 20px;
    position: relative;
    cursor: pointer;
	height: 200px;
}
.tile-item img{
	width: 56px;
	height: auto;
}
.tile-item b{
	margin-bottom: 15px;
}
.tile-item-body:hover{
	box-shadow: 0 0 16px rgb(0, 160, 227), 0 8px 16px rgb(0, 160, 227);
}

