.logo {
    font-size: 36px;
    font-weight: bold;
}

@media(min-width: 1024px) {
    .lg-hidden {
        display: none !important;
    }
}