.countdown-style {
    text-align: center;
    color: #6d8a47;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    width:400px;
    margin: 0 auto;
    height: 60px;
	padding:20px;
}
.cd-item {
    width: 90px;
    float: left;
}
.cd-item span {
    font-size: 3.9em;
    line-height: 1;
    display: block;
    font-weight: 300;
}
.cd-clear{
    clear: both;
}
.cd-days{
    font-weight: 800;
}
.cd-hours{
    font-weight: 500;
}
.cd-minutes{
    font-weight: 400;
}
.cd-seconds{
    font-weight: 300;
}
.cd-days span {
    font-weight: 500;
}


@media (max-width: 768px) {
    .countdown-style{
        width: 100%;
    }
    .cd-days, .cd-hours, .cd-minutes, .cd-seconds {
        width: 25%;
    }
    .cd-days span, .cd-hours span, .cd-minutes span, .cd-seconds span {
        font-size: 25px;
    }
}
