.hero {
  --bg-hero-url: url("assets/images/bg-hero-production-and-entertainment.webp");
}

@media (width >= 1440px) {
  .hero__title {
    justify-content: flex-end;
    padding-right: 60px;
  }

  .hero__title .mp {
    max-width: 582px;
  }
}
