Template:Company
Appearance
<style> .company-card {
width:48%; /* 👈 2 cards per row */ background:#ffffff; border-radius:12px; box-shadow:0 3px 10px rgba(0,0,0,0.12); padding:14px; text-align:center; font-family:Arial, sans-serif; box-sizing:border-box;
} .company-title {
font-weight:600; margin-top:8px;
} .company-industry {
font-size:85%; color:#666;
} .company-info {
font-size:80%; margin-top:6px; line-height:1.6;
} </style>
