#necx-body .profile {
	display: flex; gap: 0.75rem;
	margin: 2rem 0 0 0;
}
#necx-body .profile .photo {
	/* flex: 0 0 128px; */
	flex: 0 0 150px;
}
#necx-body .profile .photo .image {
	display: block; position: relative; overflow: hidden;
	/* width: 128px; height: 128px; */
	width: 150px; height: 150px;
	background: #eee; 
	/* border-radius: 64px; */
	border-radius: 75px;
}
#necx-body .profile .photo .image img {
	display: block; position: absolute; 
	top: 0; right: 0; bottom: 0; left: 0;
	object-fit: cover;
}
#necx-body .profile .info {
	flex: 1 1 auto;
}
#necx-body .profile .info h2 {
	margin-bottom: 1rem;
}
#necx-body .profile .info p {
	margin: 0.75rem 0 0 0;
}
#necx-body .profile .info p:first-child {
	margin-top: 0;
}
#necx-body .profile .info p {
	font-size: 1rem; font-weight: 700;
}
#necx-body .profile .info p.bio {
	margin-top: 1.5rem;
	font-weight: 400;
}
