#franchisee-list {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#franchisee-list .franchisee-list-item {
	    width: calc(50% - 20px);
}