.promo-h1-header {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 3vw;
}

@media (max-width: 1400px) {
  .promo-h1-header {
    font-size: 42px!important;
  }
}

@media (max-width: 428px) {
  .promo-h1-header {
    font-size: 36px!important;
  }
}

@media (min-width: 1120px) {
  .promo-h1-header {
    position: absolute;
  }
}

