.promo-banner {
  background: #4f9642;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 16px;

  
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;

  
  margin-top: -80px;

  
  z-index: 2;
}

.promo-banner a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
  margin-left: 6px;
}