
@media all and (max-width: 425px) {
  .main-heading {
    margin-top:3rem;
  } 
  .main-form-container {
    margin-top:1rem;
  }
  .sang .section-title {
    margin-top:1rem;
  }
  .stars {
    padding-top:1rem;
  }
  .losing-sleep .tagline {
    line-height: 1.3;
  }
}

.is-hidden {
  display:none;
}

@media all and (min-width: 2000px) {
  .losing-sleep:after {
    content:'';
    background-size:cover;
    height:200px;
    bottom:-198px;
  }
}