.avatar-text {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-weight: 600;
    font-size: 14px;

    border-radius: 50%;
}

.avt-28 {
  width: 28px;
  min-width: 28px;
  height: 28px;
}

@media only screen and (max-width: 991px) {
    .brand-text {
        font-size: 30px;
        line-height: 1.2;
    }
}
