/* Адаптивная композиция пошаговых инструкций */
@media (max-width: 767.999px) {
    #how-text .how-header {
        line-height: 1.25;
        text-align: left;
    }

    #how-text .s {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #how-text .i {
        float: none;
        order: 1;
        width: 100%;
    }

    #how-text .i img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #how-text .t {
        order: 2;
        margin-right: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    #how-text .clear-both {
        display: none;
    }
}
