.ih-page-context-footer {
  padding: 48px 0 56px;
  background: #f7f9fc;
  border-top: 1px solid rgba(49, 48, 48, 0.08);
}

.ih-page-context-footer__shell {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.ih-page-context-footer h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #313030;
}

.ih-page-context-footer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5b5a58;
}

.ih-page-context-footer ul {
  margin: 4px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.ih-page-context-footer li {
  font-size: 15px;
  line-height: 1.65;
  color: #5b5a58;
}

.ih-page-context-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ih-page-context-footer__links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dbe3ef;
  color: #0e8f96;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ih-page-context-footer__links a:hover {
  border-color: #0e8f96;
}

@media (max-width: 640px) {
  .ih-page-context-footer {
    padding: 36px 0 44px;
  }

  .ih-page-context-footer__shell {
    width: calc(100% - 28px);
  }
}