/* a.sale-banner {
  user-select: none;
  pointer-events: none;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 600;
  font-style: normal;
}

a.sale-banner h3,
a.sale-banner span {
  margin-top: 0;
  font-size: 24px;
  text-decoration: none;
}


@media (max-width: 767px) {

  a.sale-banner h3,
  a.sale-banner span {
    font-size: 16px;
  }
} */