.sh-how{padding:60px 0;}
.sh-how__heading{text-align:center;font-size:3rem;margin:0 0 40px;}
.sh-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.sh-how__step{text-align:center;padding:0 12px;}
.sh-how__num{width:48px;height:48px;border-radius:50%;background:#154fc7;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.8rem;margin:0 auto 16px;}
.sh-how__step h3{font-size:1.9rem;margin:0 0 8px;}
.sh-how__step p{font-size:1.4rem;color:#4a4f59;line-height:1.5;}
@media(max-width:749px){.sh-how__steps{grid-template-columns:1fr;gap:32px;}}
