#countdown-timer{
	display: flex;
	justify-content: center;
	align-self: flex-start;
}
#countdown-timer div{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
#countdown-timer .timeValue{
	font-family: Montserrat;
	font-weight: 900;
	font-size: 89px;
	line-height: 103px;
	letter-spacing: 1%;
	color: #FBBA00;
}
#countdown-timer .timeUnit{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 22px;
	line-height: 23px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	min-width: 140px;
}

@media only screen and (max-width: 767px) {
	#countdown-timer .timeValue{
		font-size: 33px;
		line-height: 38px;
	}
	#countdown-timer .timeUnit{
		font-size: 9px;
		line-height: 20px;
		min-width: 58px;
	}
}
