.narrow-announcement {
  width: 100%;
  text-align: center;
}

.narrow-announcement__text,
.narrow-announcement__link {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin: 0;
  line-height: 1.2;
}

.narrow-announcement__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .narrow-announcement__text,
  .narrow-announcement__link {
    font-size: 1.2rem;
  }
} 