.home-hero {
  margin-top: -8.2em !important;
}

.home-hero__figure {
  background-image: url(/img/hero-whites.svg), url(https://www.marelli.com/public/uploads/2020/02/powering-progress-together.jpg);
}

.home-hero__headline h1 {
  font-size: 2em;
  text-transform: none !important;
}

.home-hero__headline p {
  font-size: 1.05em;
}

@media (max-width: 47.44em) {
  .home-hero__figure {
      background-image: url(/img/hero-whites.svg), url(https://www.marelli.com/public/uploads/2020/02/powering-progress-together-small.jpg);
  }

  .home-hero__headline h1 {
      font-size: 3em;
  }

  .home-hero__headline p {
      font-size: 2em;
  }
}