.zypento-blocks-simple-countdown{
    margin: 0;
    box-sizing: border-box;
    & *{
        box-sizing: border-box;
    }
    &>span{
        width: 80px;
        height: 110px;
        background: rgba($color: #000000, $alpha: 0.05);
        position: relative;
        padding: 0 0 24px 0;
        font-size: 48px;
        font-weight: bold;
        display: inline-block;
        margin: 0 10px;
        text-align: center;
        &>span{
            position: absolute;
            left: 0;
            bottom: 0;
            width: 80px;
            height: 30px;
            background: rgba($color: #000000, $alpha: 0.05);
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
            text-align: center;
            line-height: 1;
            padding: 5px 10px;
        }
    }
}