.number-with-label {
	align-items: center;
	display: grid;
	grid-template-columns: max-content min-content max-content;
}
.number-with-label__value {
	font-size: 1rem;
	font-weight: 700;
	font-family: Inter, Arial, Roboto, sans-serif;
	color: #002822;
}
@media (min-width: 768px) {
	.number-with-label__value {
		font-size: 2.125rem;
	}
}
.number-with-label__sign {
	font-weight: 600;
	font-size: 0.875rem;
	font-family: Inter, Arial, Roboto, sans-serif;
	color: #8e8a9f;
}
@media (min-width: 768px) {
	.number-with-label__sign {
		font-size: 1.5rem;
	}
}
.number-with-label__text {
	font-weight: 400;
	font-size: 1rem;
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	color: #615c79;
}
