.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.header-logo img {
    width: 7%;
    margin: 0 5px;
}

.header-logo h1 {
    font-size: 18px;
    font-weight: 500;
    color: var(--logo-text);
    margin-top: 11px;
}