.trip-card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trip-card:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1686600824350-b6c01853e4ff?auto=format&fit=crop&w=1400&q=82");
}

.trip-card:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1745878136928-d1b3c10afc35?auto=format&fit=crop&w=1400&q=82");
}

.trip-card img {
  opacity: 0;
}
