﻿.container, .box {display: flex;}
.container {
	width: 64%;
	justify-content: space-around;
	margin: 11px auto;
	padding: 3px 0;
}

.box {
	width: 160px;
	flex-direction: column;
	align-items: flex-start;
	padding: 4px 4px;
	border: 1px solid silver;
}

h4 {
	margin: 0 0 7px 0;
	line-height: 1;
}

.box-p {
	margin-left: 0;
	line-height: 1.2;
	margin-bottom: auto;
	margin-top: 0;
	font-size: .9em;
}

img {align-self: center;} /* -- Overrides the effect of align-items for .box -- */
