.container {
  width: 1350px;
}

.label-tag {
  background-color: #7bd0bb;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.85em;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  min-height: 18px;
  white-space: nowrap;
}