body {
  margin: 0;
  background: #f7f8ff;
  color: #10264f;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

.back-link {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #10264f;
  padding: 0;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

h1 {
  margin: 24px 0 16px;
  font-size: clamp(2.2rem, 8vw, 4.4rem);
  line-height: 0.98;
}

h2 {
  margin: 28px 0 8px;
  font-size: 1.08rem;
}

p,
li {
  color: #667084;
  line-height: 1.65;
}
