/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .lg\:justify-between {
        justify-content: space-between;
        display: none;
    }
}
.top-navbar {
    display: flex
;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0px;
    display: none;
}