.project-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  padding: 24px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid var(--light-line);
}

.project-facts li {
  list-style: none;
  color: #c4d0da;
  font-size: .82rem;
}

.project-facts li::before {
  content: "—";
  color: var(--blue);
  margin-right: 8px;
}

.gallery .blaine-rendering {
  width: min(100%, 1047px);
  justify-self: center;
}

.gallery .blaine-rendering img {
  width: 100%;
  height: auto;
  aspect-ratio: 1047 / 472;
  object-fit: cover;
}

@media (max-width: 600px) {
  .project-facts { grid-template-columns: 1fr; }
  .gallery .blaine-rendering img { height: auto; }
}
