.header__logo {
    margin-top: 0;
}

.custom_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.custom_logo_img {
    max-height: 50px;
}

@media screen and (max-width: 475px) {
    .header__auth {
        margin-right: 0;
    }

    .custom_logo_img {
        max-height: 40px;
    }

    .logo_text {
        font-size: 16px;
    }
}
