.related-box {
  border: 2px solid #205c55;
  padding: 1em;
  margin-bottom: 2em;
}
.related-box__title {
  background: #205c55;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 1em;
  display: inline-block;
  margin-bottom: 1em;
}
.related-box__link {
  color: #205c55;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1em;
}

.custom-button {
  text-align: center;
  margin-top: 2em;
}
.custom-button a {
  display: inline-block;
  background: #205c55;
  color: #fff;
  padding: 0.8em 2em;
  border-radius: 999px;
  text-decoration: none;
}
