.team-photo { font-size: 0; }
.team-photo::after { content: '✚'; font-size: 54px; color: #b91c1c; }
.gallery-photo {
  background-image: linear-gradient(#450a0a18, #450a0a18), url('praxis-interieur.webp');
  background-size: cover;
  background-position: center;
  color: transparent;
}
.card:nth-child(2) .gallery-photo { background-position: 30% center; }
.card:nth-child(3) .gallery-photo { background-position: 70% center; }
.card:nth-child(4) .gallery-photo { background-position: 15% center; }
.card:nth-child(5) .gallery-photo { background-position: 85% center; }
