.navbar .container-fluid {
    justify-content: space-between;
}

.navbar .navbar-brand {
    justify-content: start;
}

.navbar-logo img {
    max-height: 60px;
}

@media (max-width: 992px) {
    .main-content {
        margin-top: 70px;
    }
}