.navbar-brand {
    float: left;
    height: 95px !important;
    padding: 15px 0 !important;
    font-size: 18px;
    line-height: 20px;
}

.logo-text {
        font-size: 18px;  /* Adjust the font size as needed */
        color: #f3931b;     /* Adjust the text color as needed */
        margin-left: 10px;  /* Adjust the left margin as needed to create spacing */
    }

