.company-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:20px}.company-card{border:1px solid #e0e0e0;border-radius:8px;text-align:center;box-shadow:0 0 10px rgb(0 0 0 / .1);background-color:#fff;padding:5px;transition:transform 0.2s ease,box-shadow 0.2s ease;width:100%;max-width:160px;display:flex;flex-direction:column;justify-content:space-between}.company-card p{margin:0;font-size:14px}@media (max-width:600px){.company-grid{grid-template-columns:repeat(3,1fr);gap:12px}}.company-card img{width:80px;height:auto;margin:0 auto;margin-bottom:1px}