header.header .toolbar {
    flex-direction: row-reverse;
}

/* Styles for mobile screens */
@media only screen and (max-width: 670px) {
header.header .logo-img {
    max-width: 250px!important;
    max-height: 40px;
    }
}