@media only screen and (max-width: 628px) {
    .container .profile-container .profile-content-wrapper{
        flex-direction: column;
    }
    .container .profile-container .profile-image-container{
        width: 100%;
    }
    .container .profile-container .profile-content-container{
        width: 80%;
        margin-top: 32px;
    }

}