.home-company-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-company{display:flex;flex-direction:column;min-width:0;padding:20px;border:1px solid #e0eaf1;border-radius:14px;background:white}.company-monogram{width:54px;height:54px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#dceffd,#b8e3fb);color:#087dd0;font-size:25px;font-weight:800;margin-bottom:14px}.home-company h3{font-size:16px;line-height:1.4;margin:0 0 8px;overflow-wrap:anywhere}.home-company h3 a:hover{color:#087dd0}.home-company p{font-size:14px;line-height:1.5;overflow-wrap:anywhere;margin:0 0 12px}.home-company-category{color:#0878ba}.home-company-address{color:#667b8c}.home-company-link{margin-top:auto;background:#e3f3ff;color:#087bc9;border-radius:8px;text-align:center;padding:11px 8px;font-size:14px;font-weight:700}.home-company a:focus-visible{outline:3px solid #e9a524;outline-offset:4px}#masters .heading{gap:15px}#masters .heading>a{font-size:14px}@media(max-width:1000px){.home-company-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.home-company-grid{grid-template-columns:1fr}#masters .heading{align-items:flex-start;flex-direction:column}}
