html,
body {
    direction: ltr;
}

.banner-h::after {
    right: 0;
    left: auto;
    transform: scaleX(-1);
}

.img-banner .img.img1 {
    right: unset;
    left: 65px;
}

.img-banner .img.img2 {
    left: auto;
    right: 65px;
}

.download-app::before {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.items-list::before {
    right: auto;
    left: 27px;
}

.btn.btn-form img {
    transform: none;
}

.info-con {
    border-radius: 0 8px 8px 0;
}

@media (max-width: 991px) {
    .download-app::before {
        right: auto !important;
        left: 0 !important;
        transform: none !important;
    }
}