.people{
	flex-direction: row;
	flex-wrap: wrap;
}
.people .item{
	width: 115px;
	align-items: center;
	margin: 0 10px 20px 0;
}
.people .item a{
	text-align: center;
}
.people .item-header{
	font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    margin: 0 0 7px;
	font-weight: bold;
}
@media (max-width: 540px){
	.people{
		justify-content: space-around;
	}
}