.profile-header{
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 2;
}
.profile-header > div{
	justify-content: space-between;
}
.profile-content > div{
	margin-top: 130px;
}
.profile-form{
	width: 80%;
	margin: 40px auto;
}
@media screen and (max-width: 767px) {
	.profile-form{
		width: 100%;
		margin-top: 20px;
	}
	.profile-content > div{
		margin-top: 105px;
	}
}