/* Force a stable 2-column layout (2x2 with 4 CTAs, 2x3 with 6) in the narrow
   content-accessory column. The template uses `mx-1`, which opts out of the
   responsive column rules in grid.css, so the item width is set directly here.
   `.grd.cta-grd` keeps specificity above grid.css's base `.grd { --itm-val }`. */
.grd.cta-grd {
    --itm-val: 50;
}

.cta-grd {
    .cta-icn {
        font-size: 2.5rem;
    }

    .bg-bx {
        padding: 1.78rem 2.22rem;
    }

}