body {
    text-align: left;
    direction: ltr;
}
.winch {
    margin-left: auto;
    margin-right: 0;
}
.winch,
.container-img {
    transform: rotateY(180deg);
}
.container-img {
    right: -60px;
}
.land {
    right: 0;
    left: inherit;
}
/* About */
.about-img-container {
    margin-right: 0;
    margin-left: auto;
}
#about-us .info ul li::before {
    left: 0;
    right: inherit;
}
#about-us .info .main-btn {
    margin-right: auto;
    margin-left: 0;
}
/* projects */
.cards-projects .my-card {
    box-shadow: none;
}
/* blog */
.card-blog {
    flex-direction: row-reverse;
}
.card-blog .info .head-info .date {
    justify-content: end;
}
/* our-partners */
.our-partners {
    padding-block: 80px !important;
}
/* contact-us */
#contact-us ul li .text .phone {
    text-align: start;
}
/* mailing-list */
.mailing-list .image {
    transform: rotateY(180deg);
}
.whatsapp-wrapper {
    left: 50px;
}
/* footer */
footer .content .body ul.links li:first-of-type a {
    border-left: none;
}
.sub-title h2 span i {
    transform: rotateY(180deg);
}
/* Filter */
.equipment .filter-title::before {
    right: 20px;
    left: unset;
    transform: translateY(-50%) rotate(-90deg);
}
.select-group .arrow-icon {
    right: 16px;
    left: unset;
}
#contact-us .main-title::before,
#contact-us .main-title::after {
    left: 0;
}

.employment-details .item-content .item-content-down ul li::before {
    left: -10px;
}
footer .content .body ul.links li:last-of-type a {
    border-left: 2px solid #fff;
}

.cards-projects .my-card .content .link-show-more img {
    transform: rotate(180deg);
}
.card-blog .info .head-info .date {
    justify-content: start;
}


@media (max-width: 485px) {
    .container-img {
        right: -32px;
    }
}

@media (max-width: 768px) {
    footer .content .body ul.links li:last-of-type a {
        border-left: none;
    }
}
