body {
    direction: ltr;
    font-family: system-ui;
}
.nav-task-header.language {
    text-align: left;
}
.why .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 0;
    left: unset;
}
.why .accordion .accordion-item .accordion-header .accordion-button .image {
    margin-left: unset;
    margin-right: 1rem;
}
.owl-carousel .owl-dots {
    left: unset;
    right: 1rem;
}
.owl-carousel .owl-nav {
    left: unset;
    right: 0;
}

.nav-task-body {
    text-align: left;
}
.custom-btn {
    height: max-content;
    line-height: inherit;
    padding: 5px 0;
}
@media (max-width: 650px) {
    .dropdown-menu-end[data-bs-popper] {
        right: -70px;
    }
}
