@media screen and (max-width: 500px){
    .logo-2{
        width:45%;
    }
    .navbar-brand{
        display:contents;
    }
}