.guide-demo {
  text-align: center;
  margin: 20px auto;
  max-width: 800px;
}

.guide-demo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding-top: 10px;
  box-shadow: 0 0px 8px rgba(0,0,0,0.15);
}

.guide-demo figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: darkslategray;
  text-align: left;
}
.styled-link {
  color: darkslategray;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.styled-link:hover,
.styled-link:focus {
}