/* Stellt sicher, dass die Fotografie-Karten auch ohne Animation sichtbar bleiben. */
.feature-list article {
  opacity: 1 !important;
  transform: none !important;
}
