.logo{
    width: 15%;
    margin-right: 40px;
}

.logo .logo-img{
    width: 100%;
    filter: invert(1);
}

@media(max-width:768px){
    .logo{
        width: 35%;
    }
}
