.fame-el-multiple-features .fame-mf-card {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	height: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 40px 30px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	text-align: left;
}
.fame-el-multiple-features .fame-mf-icon { flex: 0 0 auto; width: 56px; height: 56px; display: inline-flex; }
.fame-el-multiple-features .fame-mf-icon img { width: 60%; height: 60%; object-fit: contain; }
.fame-el-multiple-features .fame-mf-title {
	margin: 0 0 6px;
	line-height: 1.3;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #121F3E;
}
.fame-el-multiple-features .fame-mf-sub {
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #656D7F;
}
