.profile-card{
	justify-content: flex-end;
	flex-wrap:wrap;
}
.profile-card .image{
	width: calc(25% - 40px);
	margin: 0 20px;
}
.profile-card .about{
	width: calc(75% - 40px);
	margin: 20px 20px 0 0;
}
.profile-card .details-wrapper{
	width: calc(75% - 20px);
}
