.hero-car-stage > img {
  width: 125%;
  height: 540px;
  mix-blend-mode: normal;
  filter: drop-shadow(12px 23px 14px rgba(37, 55, 69, .2));
}

.car-img {
  width: 92%;
  height: 90%;
  mix-blend-mode: normal;
  filter: drop-shadow(7px 16px 10px rgba(35, 52, 65, .16));
}

.car-img.clio,
.car-img.duster,
.car-img.jogger {
  transform: scale(1.22);
}

.car-img.egea {
  width: 86%;
  height: 82%;
  transform: scale(.98);
}

.car-card:hover .car-img.clio,
.car-card:hover .car-img.duster,
.car-card:hover .car-img.jogger {
  transform: scale(1.27);
}

.car-card:hover .car-img.egea {
  transform: scale(1.02);
}

.journey-visual > img {
  width: 105%;
  height: 500px;
  mix-blend-mode: normal;
  filter: drop-shadow(14px 24px 14px rgba(43, 67, 84, .2));
  transform: scale(1.12);
}

@media (max-width: 650px) {
  .hero-car-stage > img {
    width: 100%;
    max-width: 100%;
    height: 295px;
    object-position: center;
    left: -22px;
  }

  .car-img.clio,
  .car-img.duster,
  .car-img.jogger {
    transform: scale(1.14);
  }

  .journey-visual > img {
    width: 108%;
    height: 370px;
    transform: scale(1.06);
  }
}
