@media screen and (max-width:768px) {
    #box1.box {
        justify-content: center;
    }
    .profile-area {
        margin:0;
    }
    .flex-wrapper {
        display:block;

    }
    label,input,textarea {
        width:100%;
    }
}