.leverantorer_front {
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.image_lev_front {
	display:inline-block;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  margin:5px;
  background:white;
}