/* Preserve the full project visual rather than cropping it to a fixed card height. */
.progress141 .project-card>img{
  height:auto;
  aspect-ratio:1672 / 941;
  object-fit:contain;
  background:#f4f8f5;
}
