.header__logo img.logo-link { display: none; }
.header__logo::after {
    content: '';
    display: block;
    width: 160px;
    height: 39px;
    background: url('https://mypaperswriting.com/account/img/logo.svg') no-repeat left center / contain;
}
