Uhh try this? This is the code that I used. I just copy and pasted this one and idk how it actually completely works so not sure if it'll also work the same for you
.general-about .profile-pic::before{
content: '';
background: url('insert link') no-repeat;
background-size: cover;
display: block;
width:170px;
height: 170px;
z-index: 10;
position: absolute;
top: -7px;
left: -4.5px;
}