@media screen and (max-width: 1400px) {
  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text h2 {
    font-size: 35px;
  }

  .hero-text h2 span {
    font-size: 45px;
  }

  .winner-card-top span p {
    font-size: 12px;
  }
  .step-single-item h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  header {
    display: none;
  }

  .hero-text h1 {
    font-size: 24px;
  }

  .hero-text h2 span {
    font-size: 40px;
  }
  .mobile-header {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cta-buttons > div {
    flex-direction: column;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .section-top-gap {
    padding-top: 50px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .possible-outcomes-section {
    margin-top: 30px;
  }

  section.seatplay-works {
    padding: 50px 0;
  }

  section.marketplace-section {
    padding: 50px 0;
  }

  section.why-we-rock-section {
    padding: 50px 0;
  }

  .copyright-text {
    text-align: center;
  }

  .footer-links {
    text-align: center;
    margin-top: 10px;
  }
}
