.promo-banner-lg-text {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
  .section-promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    
    > div {
      height: 28px;
    }
  }
}

.promo-popover {
  text-decoration: none;
  padding-bottom: .1rem;
  border-bottom: 1px dotted rgba(255,255,255,.5);
}

/* iphone */ 
@media (max-width: 768px) {
  
  .promo-banner-lg-text {
    font-size: 1.4rem;
  }
}
.section-promo-banner a {
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
/* iphone */ 
.section-promo-banner a.btn-banner {
  background-color: transparent !important;
  background-image: none !important;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: .5rem;
  margin: 1rem 0 0;
  border-radius: 4px;
  line-height: 1;
  text-transform: uppercase;
}

.section-promo-banner a.banner-terms {
  font-size: .66rem;
  padding-right: 1rem;
}
/* desktop */ 
@media (min-width: 768px) {
  .section-promo-banner a.btn-banner {
    font-size: 1rem;
    margin: 0 0 0 .5rem;
    display: inline-block;
  }
  /* iphone */ 
  .section-promo-banner a.btn-banner:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.4) !important;
  }
}