.logo-style{
    width: 80px;
}

.footer-logo{
    border-radius: 10px;
}

@media (max-width:550px) {
    .logo-style{
        width: 60px;
    }
}