.project-card .project-card__info {
	padding: 30px;
}

.site-btn--form:hover, button.close:hover {
	cursor: pointer;
}

.alert {
	margin-top: 10px;
	border-radius: 25px;
	text-align: center;
}

.project-card .tags li {
	font-size: 11px;
	line-height: 15px;
	padding: 3px 6px;
	margin-right: 5px;
}

.project-card .project-card__stack {
	margin-bottom: 5px;
}

.fa.fa-medium:before {
	content: url(medium.svg);
  	width: 24px;
  	height: 24px;
}