.headPortraits {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.headPortraits .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 1rem;
	background: /* var(--logogreen) */ #24a49ad8;
	color: white;
	padding: 1rem;
	margin: 1rem;
}
.headPortraits .portraitPro {
	background: transparent;
}

.headPortraits h1 {
	margin-top: 0;
}

.portraits {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 4rem;
	padding: 1rem;
}

.portraits a {
	text-decoration: none;
	color: inherit;
}

.portraitPro {
	width: 14rem;
	padding-bottom: 1rem;
	background: /* var(--logogreen) */ #24a49ad8;
	color: white;
	text-align: center;
}
a .portraitPro:hover {
	background-color: var(--logolightgreen);
}
.portraitPro > .portrait {
	padding: 1em;
	width: 12rem;
	height: 15rem;
	background: url('/tech/fav-portrait.svg') no-repeat center 1em;
	background-size: 10em 12em;

}
.portraitPro > .portrait img {
	width: 10rem;
	/* height: 15em; */
}
.portraitPro > .lastName {
	text-transform: uppercase;
}
.portraitPro .firstName,
.portraitPro .lastName {
	font-size: 1.2rem;
}
.portraitPro .title::first-letter {
	text-transform: uppercase;
}
