.firm-grid{grid-template-columns:repeat(4,1fr);gap:30px;width:1200px;max-width:100%;margin:0 auto;display:grid}.firm-card{background:var(--white);border:1px solid #dfe7f5;border-radius:8px;min-height:420px;overflow:hidden;box-shadow:0 14px 32px #142a501a}.firm-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:220px;display:block}.firm-card-body{padding:20px 20px 18px}.firm-card h3{color:#202a38;min-height:48px;margin:0 0 12px;font-size:18px;font-weight:900;line-height:1.35}.firm-rating{align-items:center;gap:8px;margin-bottom:12px;display:flex}.firm-rating span,.firm-rating b{color:#ff8a18;font-size:13px;line-height:1}.firm-rating em{color:#8a94a4;margin-left:auto;font-size:13px;font-style:normal}.firm-tags{flex-wrap:wrap;gap:7px;margin-bottom:13px;display:flex}.firm-tags span{min-height:22px;color:var(--blue);background:#1f3ddd1f;border-radius:4px;justify-content:center;align-items:center;padding:0 9px;font-size:12px;display:inline-flex}.firm-card p{color:#8a94a4;margin:0 0 14px;font-size:14px}.firm-card a{width:100%;min-height:32px;color:var(--blue);border:1px solid var(--blue);background:var(--white);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:900;display:inline-flex}@media (max-width:1040px){.firm-grid{grid-template-columns:repeat(2,1fr);width:740px}}@media (max-width:760px){.firm-grid{grid-template-columns:1fr;width:100%}.firm-card{min-height:auto}.firm-card img{height:210px}}
