.epfw-product-features {
	width: 100%;
	max-width: 520px;
	margin-inline: auto;
	box-sizing: border-box;
	direction: rtl;
}

.epfw-product-features *,
.epfw-product-features *::before,
.epfw-product-features *::after {
	box-sizing: border-box;
}

.epfw-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 18px;
	padding-inline: 4px;
}

.epfw-heading-icon {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	background: #fff0eb;
	color: #9d4f3c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.epfw-heading-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.epfw-heading-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	color: #2f2f2f;
}

.epfw-list {
	display: grid;
	gap: 9px;
}

.epfw-item {
	min-height: 50px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 13px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
}

.epfw-item-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: #707070;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.epfw-item-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.epfw-item-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	color: #303030;
	overflow-wrap: anywhere;
}

.epfw-item-text p {
	margin: 0;
}

@media (max-width: 767px) {
	.epfw-heading-title {
		font-size: 17px;
	}

	.epfw-item {
		padding: 11px 12px;
		gap: 10px;
		border-radius: 12px;
	}

	.epfw-item-text {
		font-size: 13px;
	}
}

@media (max-width: 380px) {
	.epfw-item {
		align-items: flex-start;
	}

	.epfw-item-icon {
		margin-top: 3px;
	}
}
