/* --------------------------------

Reading Time

-------------------------------- */
.reading-time {
  position: absolute;
  top: 65%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  display: flex;
  align-items: center;
}