.modeltheme-countdown > div{
    font-weight: bold;
    font-size: 30px;
    padding-left: 0;
    float: left;
    width: 133px;
}
.modeltheme-countdown div div:first-child{
    text-align: center;
}
.modeltheme-countdown div div:last-child{
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
.modeltheme-countdown > span {
    float: left;
    font-size: 60px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 10px;
}
.modeltheme-countdown .days-digit {
    font-size: 60px;
    line-height: 50px !important;
}
.modeltheme-countdown .days-name {
    font-size: 16px;
    margin-top: 5px;
}
.modeltheme-countdown .hours-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .hours-name {
    font-size: 20px;
    margin-top: 5px;
}
.modeltheme-countdown .minutes-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .minutes-name {
    font-size: 20px;
    margin-top: 5px ;
}
.modeltheme-countdown .seconds-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .seconds-name {
    font-size: 20px;
    margin-top: 5px;
}
.elementor-widget-mtfe-countdown .elementor-widget-container {
    height: fit-content !important;
}
.modeltheme-countdown {
    display: flex;
    justify-content: space-between;
}
.cryptic-countdown .modeltheme-countdown > div{
    width: 33%;
}
.modeltheme-countdown > div:first-child {
    margin-left: 0;
}
.modeltheme-countdown > div:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 1170px) {
  .modeltheme-countdown {
        flex-wrap: wrap;
        justify-content: center;
    }
}