.la-patum-countdown {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.la-patum-countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background: #e99a4b;
	border-radius: 8px;
	padding: 22px 16px;
	min-width: 70px;
}

.la-patum-countdown-number {
	display: block;
	margin: 0;
	line-height: 1;
	font-size: 32px;
	font-weight: 700;
	color: #3b0808;
}

.la-patum-countdown-label {
	display: block;
	margin: 0;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 400;
	color: #3b0808;
}