.image-gallery__project-item {
  /* flex: 1; */
  display: flex;
  align-items: center;
  /* justify-content: start; */
}

.image-gallery__project-item img {
  height: 22rem; /* equivalent to h-104 */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.logo-size {
  width: var(--size-6);
  height: var(--size-6);
}

.max-w-720 {
  max-width: 760px;
  width: 100%;
  height: auto;
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}