
/* smartphone */
@media only screen and (min-width : 320px) and (max-width : 768px) { /* media mobile */
	.welcome-page {
		padding: 0 17px 0 17px
	}

	.welcome-page .item {
		height: 220px;
	}

	.welcome-page .item p {
		display: block;
	}

	.welcome-page .item i {
		float: none;
	}
} /*media mobile*/

/* desktop/tablet */
@media only screen and (min-width: 769px) {
	.welcome-page.container {
		padding:0;
	}

	.welcome-page .item {
		height: 238px;
	}
}

.welcome-page a:hover {
	color: #3999da !important;
}

.welcome-page .item {
	border: 1px solid lightgrey;
	padding: 17px;
	text-align:center;
	margin-bottom: 17px;
}

.welcome-page .item p {
	color: #446384;
	font-weight: 600;
}

.welcome-page .item:hover {
	background-color: #f9f9f9;
}

.welcome-page .item .title {
	padding: 0;
	font-weight: bold;
}

.welcome-page .item i {
	color:#72bbd8;
	font-size:600%;
	margin:17px;
}
