.table-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  margin: 10px;
  text-align: center;
  max-width: 400px;
}

.item img {
  max-width: 100%;
}

.item p {
  margin-top: 10px;
  margin-bottom: 0;
}