.hello-elementor-child-house-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.8rem 2.8rem;
	width: 100%;
	font-family: "Brandon Text", sans-serif;
}

.hello-elementor-child-house-features__item {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2.2rem;
	min-height: 7rem;
	padding: 2rem 2.9rem 1.9rem 2.2rem;
	border: 0.15rem solid #dddddd;
	border-radius: 1rem;
	background: #ffffff;
	box-sizing: border-box;
}

.hello-elementor-child-house-features__icon {
	display: block;
	width: auto;
	height: 2.9rem;
	flex: 0 0 auto;
}

.hello-elementor-child-house-features__text {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	color: #409dc4;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
	letter-spacing: -0.032rem;
	white-space: nowrap;
}

.hello-elementor-child-house-features__prefix {
	font-weight: 700;
	letter-spacing: normal;
}

@media (max-width: 1024px) {
	.hello-elementor-child-house-features {
		gap: 2rem;
	}

	.hello-elementor-child-house-features__item {
		gap: 1.6rem;
		padding: 1.8rem 2.2rem 1.7rem 1.8rem;
	}
}

@media (max-width: 767px) {
	.hello-elementor-child-house-features {
		gap: 1.6rem;
	}

	.hello-elementor-child-house-features__item {
		width: 100%;
		justify-content: flex-start;
		padding: 1.6rem 2rem;
	}

	.hello-elementor-child-house-features__text {
		white-space: normal;
	}
}
