
.profile-top{
    position: relative;
}
.update-profile{
    position: absolute;
    right:20px;
    top: 5px;
}

@media only screen and (max-width: 501px) {
    .profile-top{
        margin-bottom: 50px;
    }
}