.ui.card {
	min-width: 300px;
	min-height: 200px;
	width: 100%;
	max-width: 430px !important;
}

@media only screen and (max-width: 767px) {
	.ui.card {
		width: 100%;
	}
}

.ui.card:last-child {
	margin-bottom: 1em;
}
