.prices-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.prices-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.prices-hero h1,
.prices-hero h3 {
  color: var(--color-text);
  font-family: var(--font-secondary);
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  margin: 0;
}

.prices-hero h3 {
  font-size: 3vw;
  letter-spacing: 0;
  line-height: 105%;
}

.prices-hero h1 {
  margin: 0;
  font-size: 10vw;
}

@media (max-width: 900px) {
  .prices-hero {
    height: 70vh;
  }

  .prices-hero h2 {
    font-size: 4vw;
  }

  .prices-hero h1 {
    font-size: 14vw;
  }
}
