.banner-countdown .countdown-wrapper {
	background: #EFFF04;
	max-width: 300px;
	height: 60px;
	display: flex;
    justify-content: space-evenly;
	font-family: 'VM Circular Book', Arial, sans-serif;
	align-items: center;
}

.banner-countdown .countdown-heading {
	color: #322332;
	font-size: 12px;
	text-align: center;
}

.banner-countdown .countdown {
	max-width: 175px;
	font-family: 'VM Circular Bold', Arial, sans-serif;
	font-size: 18px;
}

.countdown-col h4 {
	width: 440px;
	font-family: 'VM Circular Whisper', Arial, sans-serif;
}

.cd-title span {
	font-family: 'VM Circular Chat', Arial, sans-serif;
	font-size: 10px !important;
}

@media only screen and (max-width: 600px) {

	.countdown-col h4 {
		width: 100%;
	}

	.countdown-col .lgi_col_40_60-c0 {
		width: 20% !important;
	}

	.countdown-col .lgi_col_40_60-c1 {
		width: 80% !important;
	}

}