
    .logo-text {
        font-size: 24px;
        width: 500px; /* Apply the width for default view */
    }

    @media screen and (max-width: 768px) {
        .logo-text {
            display: none; /* Hide on smaller screens */
        }
    }
    
    
