.countdown-row, .countdown-show4, .countdown-section {
	display: flex;
	direction: ltr;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.countdown-section {
	flex-direction: column;
}

.countdown-amount {
	font-weight: 600;
	font-size: 24px;
}