.cell__flex {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.cell__flex > span {
  width: 50%;
}