.topbar {
  background: #fe0900;
  padding: 4px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .topbar__text {
    font-size: 10px;
    line-height: 14px;
  }
}
