.username {
    display: flex;
    align-items: baseline;
}

.username span,
.username a:focus,
.username a:active,
.username a:hover,
.username a {
    font-size: 24px;
    letter-spacing: -0.318182px;
    text-decoration: none;
    outline: none;
}

.firmname {
    font-size: 16px;
    letter-spacing: -0.318182px;
    text-decoration: none;
    outline: none;
}

.slash {
    font-weight: 200;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
    letter-spacing: -1.81818px;
    margin: 0 9px;
}

.region{
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.272727px;
    color: var(--pirs-white);
}

.status{
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.272727px;
}

.about {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: -0.272727px;
    color: var(--pirs-white);
}

.user-params {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

