.logo {
    width: 50vw;
}

@media (min-width: 992px) {
    .logo {
        padding: 10px;
        width: 30%;
    }
}