.countdown-container {
    text-align: center;
    margin: 20px 0;
}
.countdown-container h3 {
    color: #8d8c8c;
    margin: 0 auto;
    margin-top: -12px;
    background: #ffffff;
    width: 90%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 3.5rem;
    margin: .6rem 0;
}
.countdown-item {
    color: red;
    width: 4rem;
    font-weight: 800;
    margin-right: 0.5rem;
}
.countdown-divider {
    color: red;
    width: 2rem;
}
.countdown-text {
    margin: 0 auto;
    margin-bottom: -8px;
    background: #ffffff;
    width: 90%;
    color: #8d8c8c;
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.countdown-text span {
	width: 70px;
    margin-right: 10px;
}
@media screen and (max-width:460px) {
	.countdown {font-size: 24px}
}