.countup {
    text-align: center;
    margin-bottom: 20px;
}

.countup .timeel {
    display: inline-block;
    padding: 10px;
    background: #403c3c;
    margin: 0;
    color: white;
    min-width: 2.6rem;    
    font-size: 50px;
    font-weight: bold;
    /* border-radius: 10px 0 0 10px; */
}

.countup .timeel1 {
    display: inline-block;
    padding: 5px;
    background: #151515;
    margin: 0;
    color: white;
    /* border-radius: 10px 0 0 10px; */
}

.countup span[class*="timeRef"] {
    border-radius: 0 10px 10px 0;
    /* margin-right: 13px; */
    background: #fff;
    color: black;
}