.corp-site .resources-header .account svg {
    padding: 0;
    border: none;
}
.resources-header .account .action-logout {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
}
@media (max-width:767px) {
    .resources-header .header-wrapper .account a {
        display: flex;
        margin: 0;
    }
    .resources-header .header-logo img {
        width: 97px;
    }
}