#promo-banner {
  background-color: #143261;
  position: fixed;
  height: 55px;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
}

.white-text {
  color: #FFFFFF !important;
}

.font-19 {
  font-size: 1.319vw;
}

@media screen and (max-width: 1000px) {
  .font-19 {
    font-size: 2.500vw;
  }
}

@media screen and (max-width: 700px) {
  .font-19 {
    font-size: 3.200vw;
  }
}
