.card-visual.paris {
  background-image: linear-gradient(160deg, rgba(24, 182, 164, .08), rgba(8, 43, 76, .25)), url('paris.webp');
  background-position: center;
}

.card-visual.rome {
  background-image: linear-gradient(160deg, rgba(255, 107, 74, .08), rgba(8, 43, 76, .25)), url('rome.webp');
  background-position: center;
}

.card-visual.barcelona {
  background-image: linear-gradient(160deg, rgba(11, 120, 168, .08), rgba(8, 43, 76, .25)), url('barcelona.webp');
  background-position: center;
}

.card-visual.marrakech {
  background-image: linear-gradient(160deg, rgba(255, 107, 74, .08), rgba(8, 43, 76, .25)), url('marrakech.webp');
  background-position: center;
}
