section {
  margin-bottom: 2em;
}

.img-caption {
  margin-top: 1em;
  margin-bottom: 2em;
}

.history-list-row {
  display: flex;
  align-items: center;
}

.history-list-icon {
  text-align: center;
  font-size: 2em;
}

.history-list-content {
  text-indent: -3em;
  padding: 1em 1em 1em 4em;
  /* border-left: 5px solid rgb(147, 147, 255); */
}

#baby-icon {
  color: #f1c27d;
}

/* #history-ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
} */

/* #history-ul li {
  display: flex;
}

#history-ul li div {
  border-left: 5px solid rgb(147, 147, 255);
  padding: 1em 0 1em 2.5em;
} */

/* #lab-photo {
  width: 70%;
} */

@media only screen and (max-width: 600px) {
  .history-list-content {
    border-left: none;
  }
  #lab-photo {
    width: 90%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .history-list-content {
    border-left: none;
  }
  #lab-photo {
    width: 80%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .history-list-content {
    border-left: 5px solid rgb(147, 147, 255);
  }
  #lab-photo {
    width: 70%;
  }
}
