.faces{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:50px}.blackbelt-names{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0;margin:35px 0 0;gap:20px}.blackbelt-names li{font-size:24px;font-weight:700;border-top:1px solid #ffffff50;padding-top:18px}.faces img{width:100%;height:420px;object-fit:contain}.faces h3{margin:24px 0 15px}.faces p{color:var(--muted)}.path{display:grid;grid-template-columns:1fr 1.2fr;gap:65px;align-items:center}.path img{width:100%;max-height:580px;object-fit:contain}.path p{margin:25px 0;color:var(--muted)}@media(max-width:750px){.faces,.path{grid-template-columns:1fr;gap:45px}.faces img{height:auto;max-height:450px}}