.members
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.member
{
	width: 23%;
}