.hero {
  --bg-hero-url: url("assets/images/bg-hero-our-service.webp");
}

@media (width <= 1439px) {
  .hero__title.sp {
    margin-bottom: 10px;
  }
}

@media (width >= 1440px) {
  .hero__title {
    text-align: center;
    justify-content: center;
  }
}
