/* BSB Remodeling — services page only.
   Alternating icon column (left/right) on wide screens + icon-column stack. */

.strip-h1{margin-top:18px}

.svc-side{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.svc-side .note{letter-spacing:.18em;white-space:nowrap}

@media (min-width:821px){
  .svc-block:nth-of-type(even){grid-template-columns:1fr 88px}
  .svc-block:nth-of-type(even) .svc-side{order:2;align-items:flex-end;text-align:right}
}
