.home-instructors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-instructors>article{background:#fff;border:1px solid var(--sl-border);border-radius:18px;overflow:hidden}.home-instructors__portrait{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;background:var(--sl-ink);color:#fff;text-decoration:none;font-size:2.8rem;font-weight:700}.home-instructors__portrait img{width:100%;height:100%;object-fit:cover}.home-instructors>article>div{padding:22px}.home-instructors>article>div>p{color:var(--sl-orange-dark);font-size:.75rem;font-weight:700;margin:0}.home-instructors h3{font-size:1.25rem;margin:6px 0 15px}.home-instructors h3 a{color:var(--sl-ink);text-decoration:none}.home-instructors dl{display:flex;gap:8px;margin:0 0 18px}.home-instructors dl>div{background:var(--sl-soft);border-radius:8px;padding:6px 9px}.home-instructors dt{color:var(--sl-muted);font-size:.67rem}.home-instructors dd{font-weight:700;margin:0}@media(max-width:900px){.home-instructors{grid-template-columns:1fr 1fr}}@media(max-width:720px){.home-instructors{grid-template-columns:1fr}}
