.industry-mentors{margin:0 auto;max-width:1200px;width:100%}.industry-mentors__grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);width:100%}.mentor-card{background:#fff;min-width:0;overflow:hidden;width:100%}.mentor-card__image{background:#f2f2f2;height:260px;overflow:hidden;width:100%}.mentor-card__image img{display:block;height:100%;object-fit:cover;width:100%}.mentor-card__info{background:#d8d8d8;box-sizing:border-box;min-height:64px;padding:10px 20px 12px}.mentor-card__name,.mentor-card__title{color:#222;font-size:16px;line-height:1.5}.mentor-card__title:before{content:"｜"}.mentor-card__experience{color:#222;font-size:14px;line-height:1.5;margin-top:2px}@media (max-width:900px){.industry-mentors__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.industry-mentors__grid{gap:20px;grid-template-columns:1fr}}