.pricing-hero {
  background-image: url("/image/price-hero-bg.png");
}

@media screen and (max-width: 730px) {
  #pricing__hero__h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .pricing__hero__text p {
    font-size: 0.9rem;
  }
  .pricing__hero__text h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .pricing__hero__text p {
    font-size: 0.9rem;
  }
  #pricing__hero__h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 475px) {
  .pricing-hero {
    background-image: url("/image/price-hero-bg.png");
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .pricing__hero__text h6 {
    font-size: 1rem;
  }

  .pricing__hero__text h2 {
    font-size: 1.5rem;
  }
}
