.fbm-container-13e62f74 {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
	.fbm-container-13e62f74 {
		flex-direction: row;
		align-items: stretch;
	}
}

.fbm-image-wrapper-13e62f74 {
	flex: 0 0 100%;
	min-height: 300px;
}

@media (min-width: 768px) {
	.fbm-image-wrapper-13e62f74 {
		flex: 0 0 35%;
	}
}

.fbm-image-wrapper-13e62f74 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fbm-content-wrapper-13e62f74 {
	flex: 1;
	padding: 32px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.fbm-content-wrapper-13e62f74 {
		padding: 48px;
	}
}

.fbm-name-13e62f74 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.fbm-title-13e62f74 {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.fbm-role-13e62f74 {
	margin: 0 0 24px;
	font-size: 16px;
}

.fbm-bio-13e62f74 {
	margin-bottom: 32px;
	flex-grow: 1;
}

.fbm-bio-13e62f74 p {
	margin: 0 0 16px;
	line-height: 1.7;
}

.fbm-bio-13e62f74 p:last-child {
	margin-bottom: 0;
}

.fbm-btn-13e62f74 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border: 1px solid;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	align-self: flex-start;
	transition: all 0.2s ease;
	cursor: pointer;
}

.fbm-btn-13e62f74 svg {
	flex-shrink: 0;
}
