.hello-elementor-child-review-sources {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
	gap: 4rem;
	width: 100%;
	max-width: 100%;
	font-family: "Brandon Text", sans-serif;
}

.hello-elementor-child-review-sources__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 3.2rem;
	width: 100%;
	text-align: center;
}

.hello-elementor-child-review-sources__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 7rem;
	min-height: 7rem;
}

.hello-elementor-child-review-sources__logo {
	display: block;
	max-width: 22rem;
	max-height: 7rem;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.hello-elementor-child-review-sources__summary {
	width: 100%;
	min-width: 0;
	text-align: center;
}

.hello-elementor-child-review-sources__label,
.hello-elementor-child-review-sources__score {
	margin: 0;
}

.hello-elementor-child-review-sources__label {
	color: #323735;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 450;
	line-height: 2.6rem;
}

.hello-elementor-child-review-sources__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-top: 0.6rem;
	width: 100%;
}

.hello-elementor-child-review-sources__score {
	color: #323735;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 450;
	line-height: 2.6rem;
}

@media (max-width: 1024px) {
	.hello-elementor-child-review-sources {
		gap: 3rem;
	}
}

@media (max-width: 767px) {
	.hello-elementor-child-review-sources {
		gap: 2.4rem;
	}

	.hello-elementor-child-review-sources__item {
		gap: 2rem;
	}
}
