.profile-card{
	flex-wrap:wrap;
}
.profile-card .image{
	width:calc(100% - 40px);
	margin: 0 20px;
}
.profile-card .about-mobile .job-title{
	color:#fff;
}
.profile-card .about{
	width: 100%;
	margin: 10px 20px 0 20px;
}
.profile-card .about hr{
	width:100%;
	margin:10px 0;
}
.profile-card .details-wrapper{
	width: 100%;
	margin: 0 20px 0 20px;
}
.profile-card .about .buttons{
	flex-wrap:wrap;
}
.profile-card .about .buttons .button-spacer{
	display:none;
}
.profile-card .about .buttons .button{
	width:100%;
	margin:0 0 21px 0;
}