@media (max-width: 650px) {
    .navbar-brand {
        flex-direction: column;
        align-items: center;
    }

    .logo-image {
        margin-bottom: 5px; /* Add some spacing below the logo image on smaller screens */
    }

    .logo-text {
        font-size: 16px; /* Adjust the font size of the logo text on smaller screens */
    }
    .cin-text {
        word-wrap: break-word !important;
        font-size: 10px  !important;
        font-weight : bold !important;
    }

    .vs-logo{
        width:10%;
        height:auto;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        flex-direction: column;
        align-items: center;
    }

    .logo-image {
        margin-bottom: 5px; /* Add some spacing below the logo image on smaller screens */
    }

    .logo-text {
        font-size: 16px; /* Adjust the font size of the logo text on smaller screens */
    }
}