@media only screen and (max-width: 745px) {

  .profile__area{
		display: flex;
	    flex-flow: column-reverse;
	}

}