@media (max-width: 1200px) {
  .hero-left {
    height: 650px;
  }
  .hero-mobile img {
    height: 575px;
  }
}

@media (max-width: 769px) {
  .hero-left {
    height: 550px;
  }
  .about-iphone {
    height: 100%;
    max-width: 100%;
  }

  .bottom-header-modal-btns {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer-sticky {
    margin-top: -9rem;
    margin-bottom: 2rem;
  }
  .download-icons {
    flex-wrap: wrap;
  }
  .footer-sticky-img {
    width: 60px;
    height: auto;
  }
}
