.card {
	font-size:14px;
	text-align: justify !important;
	display: block;
}

.card-inner {
	display:flex;
	flex-direction:column;
}

.card {
	&-footer {
		margin-top: auto;
	}
}

.card {
	background: #fff;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	padding: 20px;
	margin-bottom: 2%;
	max-width: 100%;
}

.card-header {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size:24px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
}

.card-footer {
	line-height: 1.5;
	background: #f9f9f9;
	color:white;
	border-radius:4px;
	padding: 10px;
}