announcement-bar .countdown__wrapper > *,
announcement-bar .countdown-timer__block > * {
  font-size: 1.2rem;
}

announcement-bar .rte {
  display: block;
}

announcement-bar .rte:after {
  display: none;
  content: none;
}

@media (max-width: 639px) {
  .announcement-bar__timer .countdown-timer .countdown-timer__block > div {
    font-size: 1.2rem;
  }
}
