@media screen {


.devgirl-countdown-clock{
	display:none;
}

.countdown-block{
	text-align:center;
	padding:10px 20px;
	position:relative;
	border-radius:5px;

}

.separators{
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	font-size:30px;
}

.separators:last-child{
	display:none;
}


.clock{
	font-size:34px;
	font-weight:bold;
}

.text{
	text-transform:uppercase;
}

.border-radius .countdown-block{
	border-radius:5px;
}

}