.related {
  align-items: center;
  border-top: 1px solid #d9e2ea;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 58px;
  padding-top: 28px;
}

.related h2 {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 5px;
  width: 100%;
}

.related a {
  color: #0d4a75;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #b8cbd9;
  text-underline-offset: 4px;
}

.related a:hover,
.related a:focus {
  color: #082e4a;
  text-decoration-color: #d4a54c;
}
