body {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    header .container ul {
        flex-direction: row-reverse;
    }
}

p {
    direction: ltr;
}

#about {
    direction: ltr;
}

#about .container h1,
#v-m .container h1 {
    font-weight: 600;
}

#about .container,
#v-m .container {
    font-weight: 600;
}

#value .value-img {
    right: 0;
    left: auto;
}

#value .container .block {
    flex-direction: row-reverse;
}

#value .container .block .box h3 {
    font-size: 22px;
}

#value .container .block .box p {
    line-height: 1.5;
    font-size: 15px;
}

#projects .container nav .nav-tabs {
    flex-direction: row-reverse;
}

#customers .container {
    align-items: flex-end;
}

#customers img.customers-img {
    left: auto;
    right: 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
}

footer .container .block ul {
    direction: ltr;
}

footer .container .block span {
    padding: 0 0 0 30px;
    direction: ltr;
    text-align: left;
}

footer .container .block span i {
    right: auto;
    left: 0;
}

footer .container .block .media {
    flex-direction: row-reverse;
}

footer .container .block .media div {
    text-align: left;
    direction: ltr;
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 768px) {
    footer .container {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
    }
}