.read-more-close {
  position: absolute;
  left: calc(50% - 15px);
  top: 20px;
}
.read-more-single i {
  font-size: 30px;
  color: #a5a5a5;
}
#cover {
  margin-top: 51px;
  height: 150px;
  color: white;
}
#cover.cover-donkey {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/background/cover-donkey.jpg") center center no-repeat;
  background-size: cover;
}
#cover h2 {
  font-weight: 600;
}
#content {
  height: auto;
  background: white;
  border-radius: 4px;
  padding: 4em 1em;
}
.donkey-checklist {
  font-size: 18px;
}
.donkey-checklist ul {
  padding: 20px;
}
.donkey-checklist li > i {
  color: #0d7773;
  margin-right: 10px;
}
