.countdown-timer {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	background: #F3F3F3;
	border-radius: 5px;
	padding: 13.5px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.countdown-timer p{
	margin: 0;
}

.countdown-timer span{
	font-weight: 700;
}