.career-hero-card .planning-points{display:grid;gap:10px}.career-hero-card .planning-points a{display:grid;grid-template-columns:38px 1fr;grid-template-areas:"icon title" "icon text";gap:2px 12px;padding:12px;border:1px solid #eef3fa;border-radius:17px;background:#fff;color:inherit;text-decoration:none;transition:.22s ease}.career-hero-card .planning-points a:hover{border-color:#bdd0fb;background:#f8fbff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,23,42,.08)}.career-hero-card .planning-points i{grid-area:icon;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#eff6ff;color:#2457e6;font-size:18px}.career-hero-card .planning-points strong{grid-area:title;font-size:13px;color:#0f172a}.career-hero-card .planning-points small{grid-area:text;font-size:11.5px;line-height:1.45;color:#64748b}.career-hero-card .back-home-link{margin-top:12px}