.lang-section {
    direction: ltr;
    float: right;
}

.company-logo {
    float: left;
    margin: 5px;
}

.hero-text-section {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .lang-section {
        justify-content: center;
    }

    .hero-text-section {
        text-align: center;
    }
}