.displaycase {
	display: flex;
	justify-content: space-evenly;
}

.displayItem {
	padding: 0 10px;
	width: 25%;
	height: 400px;
}

.displayItem img {
	margin-top: 20px;
	vertical-align: middle;
	width: 100%;
}

.displaycase p {
	text-align: justify;
	font-size: 1em;
	font-weight: bold;
}