.coaches{background:var(--white)}.coaches-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;margin-bottom:65px}.coaches-head>p{grid-column:2;max-width:360px;margin:0;color:var(--muted)}.coach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.coach{background:#eee8e1}.coach img{aspect-ratio:.82;object-fit:cover;filter:saturate(.82)}.coach div{padding:20px}.coach p{margin:0;color:var(--rose);font-size:.66rem;font-weight:bold;letter-spacing:.12em;text-transform:uppercase}.coach h3{margin:6px 0 17px;font-family:var(--heading);font-size:1.65rem;font-weight:500}.coach a{border-bottom:1px solid;padding-bottom:3px;font-size:.74rem;font-weight:bold}.coach a span{margin-left:12px}@media(max-width:780px){.coaches-head,.coach-grid{grid-template-columns:1fr}.coaches-head>p{grid-column:auto}.coach-grid{gap:25px}}
