body {
    direction: ltr;
}

form {
    direction: ltr;
}

.img-banner {
    left: auto;
    right: -9vw;
}

.spcial-h {
    clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 100%);
}

.section-icon {
    left: auto;
    right: 31vw;
    transform: scaleX(-1);
}

.title .icon {
    transform: scaleX(-1);
}

.faqs-h {
    clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 100%);
}

.faq-links a i {
    transform: scaleX(-1);
}

.line-foot {
    transform: scaleX(-1);
}
