@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0;
    text-align: center;
    min-height: auto;
  }
  .hero-section .text-content {
    margin-bottom: 40px;
  }
  .hero-section .text-content h1 {
    font-size: 2.8rem;
  }
  .hero-section .text-content .description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section .image-content {
    text-align: center;
  }
  .hero-section .image-content .astro-wheel {
    max-width: 70%;
  }
  .hero-section .image-content::before {
    width: 400px;
    height: 400px;
    transform: translateY(-50%) translateX(10%);
  }
  .navbar-nav {
    padding-top: 1rem;
  }
  .btn-buy-now {
    margin-top: 1rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-section .text-content h1 {
    font-size: 2.2rem;
  }
  .hero-section .text-content .description {
    font-size: 1rem;
  }
  .hero-section .image-content .astro-wheel {
    max-width: 80%;
  }
  .hero-section .image-content::before {
    width: 300px;
    height: 300px;
    transform: translateY(-50%) translateX(5%);
  }
}
@media (max-width: 575.98px) {
  .hero-section .text-content h1 {
    font-size: 2rem;
  }
  .hero-section .image-content .astro-wheel {
    max-width: 90%;
  }
  .hero-section .image-content::before {
    display: none;
  }
  .navbar-brand {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=responsive.css.map */