/* ============================================
   HOME PAGE — Per-section overrides only.
   Tokens: base.css | Layouts: layouts.css |
   Components: components.css
   ============================================ */

/* --------------------------------------------
   WHAT WE DO
   -------------------------------------------- */
.service-card {
  text-align: center;
}

.service-icon {
  margin: 0 auto 20px;
}

.service-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}


