.cib-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.cib-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	width: 100%;
}

.cib-eyebrow {
	font-weight: 700;
}

.cib-avatar {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cib-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cib-name {
	margin: 0;
	line-height: 1.3;
}

.cib-desc {
	margin: 0;
}
