.dev-announcement {
  background-color: #213D8E;
  padding: 10px 0;
}

.dev-announcement__text {
  font-family: var(--dev-font-primary, 'Montserrat', sans-serif);
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media (max-width: 749px) {
  .dev-announcement__text {
    font-size: 10px;
    line-height: 15px;
  }
}
