.angie-why-us-eyebrow {
	font-family: 'Instrument Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.angie-why-us-item {
	display: flex;
	gap: 14px;
	margin-bottom: 18px;
	align-items: flex-start; /* Ensure alignment to top */
}

.angie-why-us-number {
	font-family: 'Fraunces', serif;
	font-size: 22px;
	font-weight: 700;
	width: 30px;
	min-width: 30px; /* Ensure fixed width */
	flex-shrink: 0;
	line-height: 1.2; /* Adjusted line height */
	display: block; /* Ensure block level for width */
	margin-top: 0;
}

.angie-why-us-title {
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
	line-height: 1.3; /* Better line height for title */
	margin-top: 0;
}

.angie-why-us-desc {
	font-size: 13px;
	line-height: 1.6; /* Comfortable reading height */
	margin: 0;
	display: block;
}

.angie-why-us-content {
	flex-grow: 1; /* Ensure content takes remaining space */
	display: flex;
	flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.angie-why-us-item {
		margin-bottom: 24px;
	}
}
