.project-text {
  max-width: 37rem;
  margin: 0 auto 4rem;
}

.project-intro {
  max-width: 37rem;
  margin: 0 auto 2em;
}

.project-tags {
  text-align: center;
}

.project-cover img {
  margin-bottom: 1rem;
}

.project-gallery figure {
  text-align: center;
}

.project-gallery img {
  margin: 0 0 2rem;
  max-width: 100%;
  width: auto;
}

/* .project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: 4rem auto;
  grid-gap: 1rem;
  max-width: calc(var(--content-width) - 15rem);
  justify-content: center;
}

.project-gallery[data-even] {
  grid-template-columns: repeat(4, 1fr);
}

.project-gallery[data-count="1"] {
  grid-template-columns: 1fr;
}

.project-gallery[data-count="2"] {
  grid-template-columns: 1fr 1fr;
} */
