.yc-how{background:#fafaf7;padding:42px max(16px,4vw);font-family:Montserrat,sans-serif;color:#2c2418;box-sizing:border-box}
.yc-how *{box-sizing:border-box}
.yc-how-inner{max-width:1100px;margin:0 auto}
.yc-how-head{text-align:center;margin-bottom:26px}
.yc-how h2{font-family:Cormorant,serif;font-weight:700;font-size:clamp(26px,3.6vw,40px);line-height:1.12;margin:0 0 8px;overflow-wrap:break-word}
.yc-how-sub{color:#7b7264;font-size:15px;line-height:1.55;margin:0 auto;max-width:56ch}
.yc-how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.yc-how-step{min-width:0}
.yc-how-media{position:relative;border-radius:14px;overflow:hidden;background:#efe9df;aspect-ratio:1;margin-bottom:14px}
.yc-how-media img{width:100%;height:100%;object-fit:cover;display:block}
.yc-how-media svg{width:100%;height:100%;display:block}
.yc-how-num{position:absolute;top:10px;left:10px;width:30px;height:30px;border-radius:50%;background:#2d5a3d;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;line-height:1}
.yc-how-title{font-weight:700;font-size:16px;line-height:1.3;margin:0 0 6px;overflow-wrap:break-word}
.yc-how-text{color:#7b7264;font-size:14px;line-height:1.58;margin:0}
.yc-how-text p{margin:0 0 8px}
.yc-how-text p:last-child{margin-bottom:0}

@media (max-width:900px){
.yc-how-grid{grid-template-columns:minmax(0,1fr);gap:0}
.yc-how-step{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:start;padding:26px 0;border-top:1px solid #e4dccd}
.yc-how-step:first-child{border-top:0;padding-top:6px}
.yc-how-media{margin-bottom:0}
}

@media (max-width:640px){
.yc-how{padding:34px 20px}
.yc-how-head{margin-bottom:14px}
.yc-how h2{font-size:25px}
.yc-how-sub{font-size:13.5px;line-height:1.6}
.yc-how-step{grid-template-columns:78px minmax(0,1fr);gap:15px;padding:22px 0}
.yc-how-media{border-radius:12px}
.yc-how-num{width:23px;height:23px;font-size:11.5px;top:6px;left:6px}
.yc-how-title{font-size:15px;line-height:1.28;margin-bottom:6px;letter-spacing:-0.01em}
.yc-how-text{font-size:13px;line-height:1.62;color:#6d6355}
}
