.head {
  display: flex;
  gap: 12px;
}

.text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.7%;
  color: var(--neutral-700);
}

.time {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
  color: var(--neutral-500);
}
