.rs-related {
  max-width: 640px;
  margin: 48px auto 0;
  padding: 28px 20px 0;
  border-top: 1px solid #e6e9ec;
}
.rs-related__title { margin: 0 0 14px; font-weight: 600; }
.rs-related__list { margin: 0 0 28px; padding: 0; list-style: none; }
.rs-related__list li { margin-bottom: 10px; }
.rs-related__list li:last-child { margin-bottom: 0; }
.rs-related__link {
  color: #2b3440;
  text-decoration: none;
  border-bottom: 1px solid #c9d3dd;
  transition: color .2s, border-color .2s;
}
.rs-related__link:hover,
.rs-related__link:focus-visible { color: #1a6fd4; border-bottom-color: #1a6fd4; }
.rs-related__list_comm li::before { content: "\2192"; margin-right: 8px; color: #8b95a1; }
