/* landing */
.header-login {
    display: flex;
    gap: 24px;
    align-items: center;
    cursor: pointer;
}

    .header-login:before {
        content: '';
        display: block;
        height: 30px;
        width: 30px;
        
        background: url(../img/account.svg) no-repeat 50% 50%;
        background-size: contain;
    }
