.quick-link {
	font-size: 15px/20px;
	text-decoration: none;
	color: #484748;
    width: 220px;
	height: 220px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.quick-link:hover {
	background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 15px/20px;
	color: #484748;
	text-decoration: none;
    width: 220px;
	height: 220px;
	text-align: center;
	display: inline-block;
}

.quick-link-icon{
	margin-top: 25px;
	display: inline-block;
	width: 130px;
	height: 130px;
}
