.demand-first{padding:100px 7vw 40px}
.demand-first>header{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:end;margin-bottom:36px}
.demand-first h2{font:700 clamp(36px,4.5vw,58px)/1.16 Georgia,"Songti SC",serif;margin:12px 0}
.demand-first-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}
.demand-first-grid article{padding:30px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.demand-first-grid article.primary{background:var(--green);color:#fff}
.demand-first-grid span{font-size:12px;font-weight:800;color:var(--gold)}
.demand-first-grid h3{font-size:24px;margin:14px 0}
.demand-first-grid p{color:var(--muted);line-height:1.75}
.demand-first-grid .primary p{color:#d3e0da}
.boss-intake{border:2px solid var(--green);box-shadow:0 22px 60px rgba(23,35,31,.12)}
@media(max-width:1050px){.demand-first>header,.demand-first-grid{grid-template-columns:1fr}}
@media(max-width:650px){.demand-first{padding:70px 20px}}
