@media (min-width: 851px) and (max-width: 1200px) {
  .hero h1 {
    font-size: 7vw;
    max-width: 72vw;
    position: relative;
    z-index: 1;
  }

  .heat-orb {
    width: 34vw;
    height: 34vw;
    right: -12vw;
    top: 7vh;
  }
}
