@media only screen and (min-width: 991px) {
    .nav-link {
        margin-right: 3em;
    }

    .top_header {
        display: flex;
    }

    .dropdown .info{
        display: block;
    }

    .logo {
        max-width: none;
    }
    
    section.footer .row div{
        margin-bottom: 0;
    }

    section.footer .row div:nth-child(2) {
        text-align: left !important;
    }

    section.footer .row div:last-child {
        text-align: right !important;
    }
}