.angie-why-buy-wrapper-97a5b366 {
	background-color: #f7f1f1;
	padding: 30px;
	border-radius: 12px;
	text-align: center;
	font-family: inherit;
	direction: rtl;
}

.angie-why-buy-header-97a5b366 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.angie-why-buy-header-97a5b366::before,
.angie-why-buy-header-97a5b366::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #e5dada;
	margin: 0 15px;
}

.angie-why-buy-title-97a5b366 {
	font-size: 24px;
	font-weight: bold;
	color: #4a4a4a;
	margin: 0;
}

.angie-why-buy-features-97a5b366 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.angie-why-buy-item-97a5b366 {
	flex: 1;
	min-width: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.angie-why-buy-item-97a5b366:not(:last-child)::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 10%;
	height: 80%;
	border-left: 1px solid #e5dada;
}

.angie-why-buy-icon-97a5b366 {
	font-size: 32px;
	color: #c48c71;
	margin-bottom: 10px;
}

.angie-why-buy-icon-97a5b366 svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.angie-why-buy-text-97a5b366 {
	font-size: 16px;
	font-weight: 600;
	color: #666;
}

@media (max-width: 768px) {
	.angie-why-buy-features-97a5b366 {
		flex-direction: column;
	}
	.angie-why-buy-item-97a5b366:not(:last-child)::after {
		display: none;
	}
	.angie-why-buy-item-97a5b366 {
		margin-bottom: 20px;
	}
}