
.personProfile{
	display:flex;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #cce7f2;
	align-items: flex-start;
}
.personProfile img{
	width:220px;
	margin-right: 20px;
}
.personProfile p:last-of-type{
	margin-bottom:0;
}

@media only screen and (max-width: 520px){
	.personProfile{
		display:block;
	}
	.personProfile img{
		margin:0 0 20px 0;
		width: 100%;
	}
}


