.projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.projects figure {
  max-width: 17rem;
}

.project-caption {
  font-weight: bold;
}
