.auth_line_studio{
    border-top: 1px solid var(--c-blue);
    padding: 0 15px;
    display: flex;
    height: 54px;
    align-items: center;

}

.auth_line_title{
    line-height: calc(100% * 25 / 16);
}

.auth_line_dev{
    margin-left: auto;
    line-height: calc(100% * 20 / 14);
}