.ps-hgrid__grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.ps-hgrid__card{align-items:center;background:var(--ps-white);border:1px solid var(--ps-hairline);border-radius:var(--ps-radius);display:flex;flex-direction:column;gap:.85rem;padding:1.5rem 1rem;text-align:center;transition:border-color .2s ease,transform .2s ease}.ps-hgrid__card:hover{border-color:var(--ps-misty);transform:translateY(-2px)}.ps-hgrid__logo{align-items:center;display:flex;height:56px;justify-content:center}.ps-hgrid__logo img{max-height:52px;max-width:140px;object-fit:contain}.ps-hgrid__name{color:var(--ps-charcoal);font-size:.9rem;font-weight:500;line-height:1.3}@media (max-width:991px){.ps-hgrid__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.ps-hgrid__grid{gap:14px;grid-template-columns:repeat(2,1fr)}}