/* ix.ua — wider and tighter “Як працює ланцюг” illustration */
.how .section-title{
    margin-bottom:12px!important;
}

.how .steps{
    gap:8px 28px!important;
}

.how .steps > .steps-approved{
    display:block;
    grid-column:1 / -1;
    width:calc(100% + 90px)!important;
    max-width:1170px!important;
    height:auto!important;
    margin:-18px -45px -54px!important;
    object-fit:contain!important;
    position:relative;
    z-index:1;
}

@media(max-width:900px){
    .how .section-title{
        margin-bottom:10px!important;
    }
    .how .steps{
        gap:10px 20px!important;
    }
    .how .steps > .steps-approved{
        width:calc(100% + 36px)!important;
        max-width:none!important;
        margin:-8px -18px -34px!important;
    }
}

@media(max-width:650px){
    .how .steps{
        gap:22px!important;
    }
    .how .steps > .steps-approved{
        width:108%!important;
        margin:0 -4% -10px!important;
    }
}
