.time-to-read {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-to-read::before {
  content: '';
  display: inline-block;
  background: black;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}