@media (min-width: 979px) {
    #logo.d-flex.align-items-center {
        height: 200px;
            img {
                max-height: 195px;
            }
    }
}

.navbar-nav.mx-md-n2 {
    justify-content: space-between;
}

@media (min-width: 757px) {
    #freeShipping.freeShipping {
        height: 7.2rem;
    }
}

@media (min-width: 979px) {
    .order_process #logo {
        max-height: 200px;
    }
}