.text-logo {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #283D45;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.text-logo .logo-icon {
    background-color: #32668e;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 24px;
}

.text-logo .logo-text {
    letter-spacing: 1px;
}

.text-logo .highlight {
    color: #ff6b00;
}

.logo-img {
    height: 35px;
    max-width: 100%;
    display: block;
}
