
.text-items {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  padding: 0 10px;
}
.text-items span {
  font-size: 12px;
  font-family: Helvetica;
  color: #333333;
  line-height: 22px;
}
.font-12 {
  font-size: 12px;
  font-weight: 900;
}

