h2 { margin: 0 0 10px; color: var(--lv-ink); font-size: 1.34rem; line-height: 1.2; }
.title-with-icon { display: inline-flex; align-items: center; gap: 8px; }
.title-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  color: var(--lv-muted);
  flex: 0 0 22px;
}
.title-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
p { color: var(--lv-muted); line-height: 1.62; margin: 0 0 10px; font-size: 1rem; }
a { color: var(--lv-link, var(--lv-ink-soft)); }
.contact-block { margin-bottom: 22px; }
.contact-block:last-child { margin-bottom: 0; }
@media (max-width: 700px) {
  h2 { font-size: 1.22rem; }
}
