.announcement-bar {
  position: relative;
  z-index: 20;
  background: #232F3E;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.announcement-bar__text {
  padding: 9px 14px;
  text-align: center;
  color: #fff;
  font-family: "GellixSemiBold", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  font-weight: 100!important;;
}