@import url('_subfooter.css');

#team h3 {
	margin: 0;
	padding-inline: 12px;
	font-weight: normal;
}
#team h4 {
	margin-top: 12px;
	padding-inline: 12px;
	color: #4F8FCD;
	font-weight: normal;
}
#team p {
	padding-inline: 12px;
}
#team img {
	width: 100%;
	border-radius: 12px;
}

#team .popupToggle {
	position: relative;
	cursor: zoom-in;
}
#team .popupToggle::after {
	content: "zoom_in";
	font-family: "Material Icons";
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	top: 24px;
	right: 24px;
	text-shadow: 0 0 4px #000;
	transition: transform .3s ease-in-out;
}
#team .popupToggle:hover::after {
	transform: scale(1.2);
}