/* About page (2026-08-20) — заголовок по центру, вступление и Values list
   вынесены в два столбца сразу под заголовком (были: вступление во всю
   ширину, плашки Values list — внизу под карточками Story/Craft). */
.about-heading{text-align:center;margin-left:auto;margin-right:auto}

.about-intro-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;margin-top:36px}
@media(max-width:900px){.about-intro-row{grid-template-columns:1fr}}

/* .svc-materials/.svc-desc — canonical классы из shared.css (общие с
   "What We Do" на главной), тут только переопределяем отступ и
   центрирование плашек — сами классы не трогаем. */
.about-intro-row .svc-materials{justify-content:center;margin-top:0;padding:0;background:none;border:none;border-radius:0}
.about-intro-text{text-align:center;margin-left:auto;margin-right:auto}

/* Our Story / Our Craft — .svc-grid по умолчанию рассчитан на 3 карточки
   (repeat(3,1fr)), тут их только 2 — переопределяем на 2 колонки
   ограниченной ширины и центрируем блок целиком по горизонтали. */
.about-story-craft{grid-template-columns:repeat(2,minmax(0,540px));max-width:1100px;margin-left:auto;margin-right:auto;justify-content:center}
@media(max-width:900px){.about-story-craft{grid-template-columns:1fr;max-width:420px}}
