.hero-car{
    top: 80px;
}
#testdrive-countdown-wrapper{
    margin-top: 30px;
}
.countdown-title{
    color: white;
    margin: 10px 0;
    font-family: "LetoSans", sans-serif;
    font-weight: 300;
}
.countdown-number{
    display: flex;
}
.countdown-digit{
    margin: 0;
    padding: 10px;
    color: white;
    background: #ed6b21;
    font-size: 3rem;
    line-height: 3rem;
    font-family: sans-serif;


}
.countdown-digit:first-child{
    margin-right: 5px;
}
.countdown-separator{
    color: white;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin: 0 5px;
}
.countdown-dimension{
}
.countdown-dimension-label{
    color: white;
    font-family: "LetoSans", sans-serif;
    font-weight: 300;
    margin: 5px 0;
    width: 100%;
    text-align: center;
}
#testdrive-countdown{
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    #testdrive-countdown-wrapper{
        display: none;
    }
    .hero-car{
        top: 0;
    }
}