.text-bar {
  background-color: #3c2a9e;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.text-bar__inner {
  text-align: center;
}

.text-bar__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {
  .text-bar {
    height: auto;
    padding: 6px 16px;
  }

  .text-bar__text {
    font-size: 10px;
    letter-spacing: 0.8px;
    white-space: normal;
  }
}
