.expert-profile-block {
	margin-top: 48px;
	border-radius: 16px;
	padding: 24px;
	background: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.expert-profile-block .profile-thumbnail {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	overflow: hidden;
}

.expert-profile-block .profile-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.expert-profile-block .profile-meta {
	flex: 1;
}

.expert-profile-block .profile-label {
	color: #000415;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0;
}

.expert-profile-block .profile-name {
	color: #000415;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 8px;
}

.expert-profile-block .profile-content {
	color: #676767;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	width: 100%;
}
