.work_steps_short{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:50px;grid-column-gap:44px;justify-content:space-between;grid-auto-rows:auto;}@media (max-width: 640px){.work_steps_short{grid-template-columns:100%;grid-row-gap:30px;}}.work_steps_short .item{padding:24px 24px;border:1px solid #eeeef0;background:#f5f5f7;border-radius:16px;}.work_steps_short .item .head{font-family:'Lato';font-style:normal;font-weight:700;font-size:20px;line-height:150%;display:flex;align-items:center;align-content:center;color:#000;margin-bottom:16px;}.work_steps_short .item .head .ic{font-family:'Lato';font-style:normal;font-weight:800;font-size:15px;line-height:20px;display:flex;align-items:center;letter-spacing:-0.02em;color:#fff;margin-right:16px;justify-content:center;min-width:28px;border-radius:8px;height:28px;}.work_steps_short .item .head .ic .stp{display:none;}.work_steps_short .item .desc{font-family:Lato;font-style:normal;font-weight:normal;font-size:18px;line-height:27px;color:#656565;}