
.logo{
    max-height: 60px;
}

@media screen and (max-width: 768px){
    .logo{
        max-height: 35px;
    }
    
}

.bg-footer{
    background-color: #ffe3e3;
}