.countdown-row {
    padding-top: 15px;
    border-bottom: 2px dotted #33A5F5;
    border-left: 2px dotted #33A5F5;
    border-right: 2px dotted #33A5F5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 0px;
}
.countdown {
    font-family: "Poppins", sans-serif;
    font-size: 16pt;
    font-weight: 900;
    background-color: #EDF4F9;
    border-radius: 15px;
    color: #404040;
}
.hiddenElement{
	display:none;
}
@media (max-width: 767px) {
	.hiddenElement{
		display:inline;
	}
}