.work-links {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.work-link {
  text-decoration: none;
  line-height: 30px;
}

.project-image-container-tall .project-image-rect,
.project-image-container-wide .project-image-rect {
  max-height: 840px;
}
