.puvc-counter {
	box-sizing: border-box;
	width: 100%;
}

.puvc-counter__value {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	font-variant-numeric: tabular-nums;
}

.puvc-counter__label {
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.5;
	opacity: .78;
}

.puvc-align-left { text-align: left; }
.puvc-align-center { text-align: center; }
.puvc-align-right { text-align: right; }
