.cmp-spare-parts-hero {
  position: relative;
  background-color: var(--base-500);
  z-index: 0;
}
.cmp-spare-parts-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
.cmp-spare-parts-hero__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.cmp-spare-parts-hero__content-title {
  margin-bottom: 1rem;
}
.cmp-spare-parts-hero__content-subtitle {
  margin-bottom: 2rem;
}
.cmp-spare-parts-hero__content .cmp-spare-parts-hero__card--search {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 4px 12px #00000029;
  padding: 2rem;
  text-align: center;
}
