.announcement {
  background: var(--section-background);
  padding: 12px 0;
}

.announcement__label {
  text-align: center;
  color: var(--section-color);
  font-weight: 500;
  line-height: 120%;
  text-underline-offset: 3px;
}