.profile-link {
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.profile-link div {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.profile-link div img {
    width: 100%;
}

@media (max-width: 767px){
    .header_wrapper {
        position: sticky;
        top: 0;
        z-index: 2;
    }
}