.item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.value {
  display: flex;
  align-self: center;
  gap: 20px;
}
