@media (min-width: 767px) {
.header-title-account-a {
    width:160px !important;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: clip;
}
}

.header-icon-svg{
    width:24px;
    margin-top:-3px;
}