.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: 220px;
}
.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);
}
.my-header{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.my-header h2{
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #00A0E3;
	width: auto;
	margin-bottom: 25px;
}
/*.my-header hr{
	border: 1px solid #00A0E3;
	background: #00A0E3;
}*/
