body{
    direction: ltr;
}
.how-to-use .how-to-use-item .how-item-img {
    position: absolute;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    left: auto;
    transform: rotate(180deg);
}

@media screen and (max-width: 991px){
    .how-to-use .how-to-use-item{
        margin-bottom: 100px;
    }
    .how-to-use .how-to-use-item .how-item-img {
        position: absolute;
        height: 80px;
        top: auto;
        bottom: auto;
        margin: auto;
        right: 0;
        left: 0;
        transform: rotate(270deg);
    }
}
